Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在 JSF 应用程序中嵌入一个 portlet?我一直在四处寻找,但在这方面一无所获,而是使用 LifeRay 或任何其他容器之类的东西。
谢谢!
Portlet 需要在 Portlet 容器中运行。servlet 不仅仅在 JVM 本身上运行,这也是同样的想法。它需要应用服务器的支持来帮助管理它。
因此,仅将 portlet 放入 JSF 应用程序是没有意义的,除非您的应用程序服务器可以兼作 portlet 容器。