编写您自己的 FrontPage RPC 服务器(如 SharePoint)
有人有编写与 FrontPage RPC 通信的协议处理程序(服务器)的经验吗?我想要创建一个像 SharePoint 一样运行的服务器。
我想要的是从此 Web 服务器打开 Word 文档,在 MS Word 中编辑它并将更改写入 Web 服务器。因此,您可以以同样的方式从 SharePoint 编辑 Word 文档。
我尝试使用WebDAV,但WebDAV在Microsoft Office中的实现不如FP-RPC。
Microsoft 正在告诉世界忘记 FrontPage RPC 并使用 WebDAV 或 CIFS,但最新版本的 SharePoint 和 Office 仍在谈论 FrontPage RPC...
Does anybody have experience in programming a protocol handler (server) that talks FrontPage RPC? I want to make a server that behaves itself as if it was SharePoint.
What I want is to open a Word document from this Web Server, edit it in MS Word and write the changes to the Web server. So in the same way you can edit Word documents from SharePoint.
I tried using WebDAV, but the implementation of WebDAV in Microsoft Office is not working as good as FP-RPC.
Microsoft is telling the world to forget FrontPage RPC and to use WebDAV or CIFS but the latest versions of SharePoint and Office are still talking FrontPage RPC...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用 Java,Apache Jackrabbit 项目。今年我广泛使用了它,并成功在我们现有的存储引擎之上实现了 webdav 服务器。
If you are on Java, there is nice WebDAV Library in Apache Jackrabbit project. I've used it extensively this year, and succeeded to implement webdav server on top of our existing storage engine.
您问题的正确答案是:是的,有些人有这样做的经验:)
一个好的起点是 http: //www.webdav.org/
The correct answer to your question would be: yes, some people have experience doing this :)
A good place to start is http://www.webdav.org/