views:

312

answers:

2

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!

+1  A: 

Yes there is an osgi bundle.

You can pick one from

springsource.com/repository/app

Wienczny
A: 

Hi

Did you solve this problem? I am also trying to create a JSF web application based on Equinox and jetty but i get soo many error about missing tag-libs. Its really strange. Can you please let me know how you implemented it. What web container did you use and how you got it to work.

Thank you soo much for your help

Arnold

Arnold