Jackrabbit Delphi 绑定?

发布于 2024-11-24 05:44:05 字数 77 浏览 1 评论 0原文

我正在寻找一种使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨落成白 2024-12-01 05:44:12

Apache Jackrabbit 支持 WebDAV,可用于从 Delphi 客户端访问内容。

文档指出可以使用 Jackrabbit 通过 WebDAV 进行完全远程 JCR 访问独立服务器:

该存储库还公开了一个替代的 WebDAV 访问点:
http://localhost:8080/server/ 用于更细粒度的内容访问。
该接入点实现了许多高级 WebDAV 功能,
通常不会出现在基于纯文件的 WebDAV 服务器中。你会
需要功能丰富的 WebDAV 或 HTTP 客户端来访问 WebDAV 的全部功能
这个界面。 使用 Jackrabbit spi2dav 组件,您甚至可以获得
通过 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 repository also exposes an alternative WebDAV access point at
http://localhost:8080/server/ for more fine-grained content access.
This access point implements a number of advanced WebDAV features that
are not normally seen in plain file-based WebDAV servers. You will
need a feature-rich WebDAV or HTTP client to access the full power of
this interface. With the Jackrabbit spi2dav component you can even get
full remote JCR access over the WebDAV features and some custom
extensions available through this access point
.

The page http://jackrabbit.apache.org/jackrabbit-web-application.html lists more options, using the Jackrabbit Web Application (RepositoryAccessServlet, JCRWebdavServerServlet and others)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文