Reputation: 31
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!
Upvotes: 3
Views: 1481
Reputation: 12885
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.
Upvotes: 2
Reputation: 4205
Yes there is an osgi bundle.
You can pick one from
springsource.com/repository/app
Upvotes: 1