与 Grails 配合良好的文档存储
我们需要在 Grails 应用程序中管理各种文档和文件。有没有什么东西可以与 Grails 很好地集成,专门用于文档管理而不是完整的 CMS?
We need to manage various documents and files in our Grails application. Is there anything out there that integrates well with Grails that is specifically document management and not a full CMS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您看过 JCR(Java 内容存储库)实现吗?在过去的 Java(不是 grails/groovy)项目中,我使用 Apache Jackrabbit 取得了很大的成功。
然而,令我惊讶的是,grails 插件对 JCR 和/或 Jackrabbit 的支持目前似乎有些不成熟和未完成。如果您有兴趣,也许我们可以合作并为此共同写一些东西。
Have you looked at JCR (Java Content Repository) implementations? On a past Java (not grails/groovy) project, I had a lot of success with Apache Jackrabbit.
However, it surprises me that the grails plugin support for JCR and/or Jackrabbit seems somewhat immature and uncompleted at this time. If you're interested, perhaps we could partner and write something together for this.