You May Also Enjoy
OSGi Component Testing (2024 Edition)
15 minute read
In my last blog post I talked about Getting Started with OSGi Declarative Services. In this blog post I want to show how to test OSGi service components. Thi...
OSGi Event Admin - Publish & Subscribe (2024 Edition)
23 minute read
In this blog post I want to write about the publish & subscribe mechanism in OSGi, provided via the OSGi Event Admin Service. Of course I will show this ...
Access OSGi Services via web interface (2024 Edition)
22 minute read
In this blog post I want to share a simple approach to make OSGi services available via web interface. I will show a simple approach that includes the follow...
Control OSGi DS Component Instances (2024 Edition)
29 minute read
There are use cases where a more fine grained control is needed for component instance creation. I spent some time in investigating how this is done with OS...