我有一个使用 Java EE 和 Seam Framework 开发的网站。我们目前正在研究在项目中添加 CMS 的可能性。
阅读这篇文章我印象中 Plone 能够使用 Java 交付内容,但我还没有找到任何文档或案例研究。
这里有人有这场比赛的经验吗?可能与 Seam 框架混合在一起?
I have a website developed using Java EE and the Seam Framework. We are currently investigating the possibilities to add a CMS in the project.
Reading this article I got the impression that Plone is able to deliver content using Java, but I was not able to find any documentation or case studies yet.
Does anyone here have experience with this match? Possibly with the Seam framework in the mix?
发布评论
评论(4)
可以使用名为 Content Mirror 的 Plone 附加组件将 Plone 内容导出到关系数据库以供其他系统使用。
有关使用 Content Mirror 将 Plone 与 Django 集成的示例,请参阅 http://plone.org/documentation/kb/send-plone-content-to-a-django-web-app-via-contentmirror
我不知道类似的教程用于与基于 Java 的系统集成,但可能最困难的部分是将数据放入关系数据库,这应该工作相同。
It's possible to use a Plone add-on called Content Mirror to export Plone content to a relational database for use from another system.
For an example of using Content Mirror to integrate Plone with Django, see http://plone.org/documentation/kb/send-plone-content-to-a-django-web-app-via-contentmirror
I'm not aware of similar tutorials for integrating with a Java-based system, but presumably the hard part is getting the data into the relational db, which should work the same.
内容镜像可能是适合您的用例的方法。
这里列出了一个案例研究,可以帮助您确定这是否适合您的案例:
http://plone.org/support/case -研究/机场站点随着解耦交付的发展而发展
Content Mirror is probably the way to go for your usecase.
There is a case-study listed here that might help you figure out if this is right for your case or not:
http://plone.org/support/case-studies/airports-site-evolves-grows-with-decoupled-delivery
您可以使用 XML-RPC 获取内容克隆人。
You can use XML-RPC to get content out of Plone.
http://pypi.python.org/pypi/wsapi4plone.core
提供了一个易于使用类似Web服务的API
http://pypi.python.org/pypi/wsapi4plone.core
provides an easy to use webservice-like API