JSF 是否可以作为 OSGi (Equinox) 捆绑包提供?
有一个 JSP/JSTL 的包,可以部署在 Equinox OSGi Framework 上,并且可以被其他包使用:
org.eclipse.equinox.jsp.jstl_1.0.0.jar
还有一个JSF 的捆绑包,这样我就可以在我的捆绑包中使用 JSF 组件吗? 我确实需要解决这个问题,因为我必须将现有的 JSF Web 应用程序转换为适合 OSGi 框架的应用程序。
请帮忙!
There is a bundle for JSP/JSTL, which can be deployed on Equinox OSGi Framework and can be used by other bundles then:
org.eclipse.equinox.jsp.jstl_1.0.0.jar
Is there also a bundle for JSF, so i can use JSF components in my bundles?
I really need to solve this issue, because i have to transform an extisting JSF Web Application to an OSGi Framework suited application.
Help please!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
JSF 参考 Mojarra 的最新版本实现,以及 Apache MyFaces 可作为 OSGi 包从 Maven Central 获取。
无需使用像 SpringSource 那样重新打包的发行版。
Recent versions of Mojarra, the JSF reference implementation, and of Apache MyFaces are available as OSGi bundles from Maven Central.
There is no need to use repackaged distributions like those from SpringSource.
是的,有一个 osgi 包。
您可以从
springsource.com/repository/app
Yes there is an osgi bundle.
You can pick one from
springsource.com/repository/app