| OSGi Matters |
Tackling Incompatibility Problems of using 3rd Party Components with OSGiOne 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 applicationThis 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. Tackling OSGi Package Wiring ConflictsPresents some of the strongest indicators of Package Wiring conflicts and possible causes for them, also, it shows how Felix Web Console can help you to investigate this kind of problems. Logging OSGi Applications - The Simple and Robust wayPresents a simple and robust way for logging OSGi-based applications using the OSGi Log Service. |