JCR 与 CMIS:我应该使用哪个存储库 API?
I am starting a new project that needs to connect to a repository that offers JCR and CMIS APIs.
The project is in Java and both APIs offer every operation we need.
What API would you chose and why? JCR or CMIS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
JCR API 的功能比 CMIS 丰富得多,因此您应该检查是否需要 CMIS 未涵盖的任何功能。
您可能也对此感兴趣 帖子比较 CMIS 和 JCR
The JCR API is quite a bit more feature-rich than CMIS, so you should check if you need any features that are not covered by CMIS.
You might also be interested in this post comparing CMIS and JCR
CMIS 已被大多数 ECM 供应商采用,而 JCR 实施相当罕见。
如果两个 API 都提供您需要的操作,那么选择 CMIS,它将更具互操作性,允许您轻松地从一个存储库切换到另一个存储库。
CMIS has been adopted by most ECM vendors, while JCR implementations are rather rare.
If both APIs offer the operations you need, then choose CMIS, it will be more interoperable, allowing you to switch from a repository to another without much hassle.