The OSGi Look

There’s life beyond JavaEE

Developing Hybrid (OSGi + Java EE) applications in GlassFish

leave a comment »

From Sahoo’s blog:

… in my last blog, I mentioned about adding a new module in GlassFish called “OSGi web container for GlassFish.” I am glad to say that, it is fully functional now. I have been able to use JSPs, JSFs, Servlets (of course), annotations, resource injection, transactions, EJBs, etc. in a hybrid application (more on hybrid application below). If you noticed, I mentioned EJBs. Although I call it “OSGi web container,” since GlassFish now supports “EJB inside war” as standardized by Java EE 6, the new container allows you to use both Web and EJB components in a hybrid application.

Read the complete post here.

Written by fdiotalevi

June 15, 2009 at 9:59 am

Posted in osgi

Tagged with , ,

Leave a comment