Jackrabbit Delphi 绑定?
我正在寻找一种使用 Delphi 的 Apache Jackrabbit 内容存储库的方法。 我用谷歌搜索过这个问题,但没有结果......
I'm looking for a way to use the content repository of Apache Jackrabbit from Delphi.
I've googled about this but to no avail...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apache Jackrabbit 支持 WebDAV,可用于从 Delphi 客户端访问内容。
文档指出可以使用 Jackrabbit 通过 WebDAV 进行完全远程 JCR 访问独立服务器:
页面 http://jackrabbit.apache.org/jackrabbit-web-application.html 使用 Jackrabbit Web 应用程序(RepositoryAccessServlet、JCRWebdavServerServlet 等)列出了更多选项
Apache Jackrabbit supports WebDAV, which could be used to access the content from Delphi clients.
The documentation indicates that full remote JCR access is possible over WebDAV using the Jackrabbit Standalone Server:
The page http://jackrabbit.apache.org/jackrabbit-web-application.html lists more options, using the Jackrabbit Web Application (RepositoryAccessServlet, JCRWebdavServerServlet and others)