Yesterday we built two OSGi bundles using Maven.
Apache Felix – Register OSGi Service
Leave a reply
Yesterday we built two OSGi bundles using Maven.
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