markus
markus

Reputation: 31

Is JSF available as an OSGi (Equinox) bundle?

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

Answers (2)

Harald Wellmann
Harald Wellmann

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

Wienczny
Wienczny

Reputation: 4205

Yes there is an osgi bundle.

You can pick one from

springsource.com/repository/app

Upvotes: 1

Related Questions