The OSGi (Open Service Gateway Initiative) framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model.
UPDATE 2: Since my blog is a bit dead the links got degraded so you can view the articles here: https://…
java maven dependencies osgi osgi-bundleI have a question about the usage of Java ClassLoader in OSGi. I wrote two OSGi bundles, namely server bundle …
java osgi classloader osgi-bundle karafI've been using OSGi for a while now and I have various solutions to the problems I encountered. I wanted …
java osgi equinoxI am bit confused about following things. I understand @Service and @Component annotations are main annotations when we define a …
osgi aemI am trying to install two bundles on Karaf. For one of the bundle i am getting error and when …
osgi apache-karaf osgi-bundle opendaylight apache-ariesI have an OSGi bundle with persistence service (using hibernate) and a fragment, which contains configuration (xml file). In bundle's …
java osgi osgi-fragment