Archive for September, 2009

Spring Dynamic Modules: OSGi meets the Spring Framework

Brief presentation about OSGi and Spring Dynamic Modules I presented last week at the Spring Framework Italian User Group in Cagliari, Sardinia.

conference, osgi, spring

OSGi HTTP Service: Registering Servlets on-the-fly

There’s a lot of talk lately about Web application development in OSGi, and there’s even an ongoing standardization effort (RFC 66) trying to define an OSGi web application model in the upcoming R4.2 release.
However, it is worth noting that the OSGi HTTP Service is one of the oldest compendium services; and that, while simplistic and [...]

osgi, tutorial

Use your build directory as a bundle with Apache Felix

Alin Dreghiciu has posted an interesting and easy tutorial to use a directory as a bundle; that’s of course very useful when developing new bundles. Alin used Pax-URL to do this little trick.
You can find more details on his “Pax My Framework” blog.

osgi, tutorial