Home Articles OSGi Matters
OSGi Matters

Tackling Incompatibility Problems of using 3rd Party Components with OSGi

One of the first challenges developers face when developing OSGi-based Applications is that many of the 3rd party components they use are incompatible with OSGi. This article analyzes the most common causes of the problem and observes different solutions for it.

Consuming objects created in the OSGi Environment from a non-osgi application

This article tackles the problem of consuming objects that were created in an OSGi Environment from a non-osgi application, the problem is typical for plain Java applications that embed OSGi-based applications.