You May Also Enjoy
Multiple webviews in a single Visual Studio Code Extension
24 minute read
In my previous blog post Getting Started with Visual Studio Code Extension Development I described how to create a Visual Studio Code Extension that contribu...
Getting Started with Visual Studio Code Extension Development
58 minute read
Over the past years I wrote several blog posts about Java, Eclipse and OSGi. While I still like those technologies very much, I can’t ignore that Visual Stud...
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 ...