使用 Java 和 Plone CMS 进行内容交付

发布于 2024-10-18 14:23:22 字数 318 浏览 1 评论 0 原文

我有一个使用 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

梦明 2024-10-25 14:23:22

可以使用名为 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.

醉态萌生 2024-10-25 14:23:22

内容镜像可能是适合您的用例的方法。

这里列出了一个案例研究,可以帮助您确定这是否适合您的案例:
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

小瓶盖 2024-10-25 14:23:22

您可以使用 XML-RPC 获取内容克隆人。

You can use XML-RPC to get content out of Plone.

忘年祭陌 2024-10-25 14:23:22

http://pypi.python.org/pypi/wsapi4plone.core

提供了一个易于使用类似Web服务的API

http://pypi.python.org/pypi/wsapi4plone.core

provides an easy to use webservice-like API

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