Yesterday we built two OSGi bundles using Maven.
Tag Archives: OSGi
Maven – Create a OSGi bundle using maven-bundle-plugin
In Maven, you can build a OSGi bundle using maven-bundle-plugin.
I find a very useful tutorial which shows you how to create a HelloWorld OSGi bundle.
Continue reading Maven – Create a OSGi bundle using maven-bundle-plugin
Apache Felix – OSGi Service Platform
Apache Felix is an open source implementation of the OSGi Release 4 core framework specification. The OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model which is called bundle. These bundles can be installed, started, stopped, updated and uninstalled without rebooting the system.
Continue reading Apache Felix – OSGi Service Platform