将托管 Web 内容集成到现有 J2EE 应用程序中
我正在寻找一个基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 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.