The OSGi Look

There’s life beyond JavaEE

Posts Tagged ‘javaee

Mixing JavaEE and OSGi with JOnAS

leave a comment »

The akquinet blog has an interesting post illustrating how the JOnAS application server can be used to develop Java Enterprise applications with OSGi.

This post describes the Jonas Showcase. This showcase illustrates how the JOnAS application server support OSGi integration. thanks to JOnAS, OSGi and JEE can collaborate together in a very elegant way.

Check the complete post on the akquinet blog.

Written by fdiotalevi

July 29, 2009 at 12:42 pm

Posted in javaee, osgi

Tagged with , , ,

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 , ,