将托管 Web 内容集成到现有 J2EE 应用程序中

发布于 2024-11-30 13:18:56 字数 359 浏览 0 评论 0原文

我正在寻找一个基于 java 的 CMS 应用程序,它允许我将特定的 UI“组件”或“区域”(例如新闻源、页面部分、视频等)嵌入到现有 J2ee Web 应用程序的页面中。这个想法是将托管内容与自定义 Web 应用程序功能混合在一起,其中“主导”Web 应用程序是我们的自定义应用程序,但它集成了这些组件,内容可以由 CMS 管理。我浏览了许多 CMS(Jahia、Magnolia、Alfresco、Nuxeo、Walrus 等),但没有找到任何可以轻松提供我可以轻松集成的托管组件的内容。集成可以在控制器、jsp 甚至客户端(Ajax/iframe)级别进行,但我试图避免将 portlet 引入到我的堆栈中。

我目前正在使用 Spring 和 Struts2。

谢谢

I'm looking for a java based CMS application that will allow me embed specific UI 'component's or 'regions' (eg. newsfeed, page-section, video, etc.) into pages of an existing J2ee web application. The idea is to mix managed content with custom web-application function, where the 'dominant' web-application is our custom application but it integrates these components for which the content can be manged by A CMS. I have looked through a number of CMSs (Jahia, Magnolia, Alfresco, Nuxeo, Walrus and a couple more), but haven't found anything that readily provides managed components that I can integrate easily. Integration can be at the controller, jsp or even client (Ajax/iframe) level, but I am trying to stay away from introducing portlets into my stack.

I am currently using Spring and Struts2.

Thanks

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

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

发布评论

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

评论(1

留一抹残留的笑 2024-12-07 13:18:56

我相信 Portlet Framework 适合您的需求。许多 CMS 支持此规范,主要目的是让您免于进行低级别的、通常非常混乱的集成。我对 Liferay 6 的使用感到满意。

I believe the Portlet Framework suits your needs here. Many CMS's support this specification and the main point is to absolve you from doing the low level, often very messy integration you're talking about. I use Liferay 6 with moderate satisfaction.

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