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.
I have a Eclipse RCP application that builds with Maven using the Tycho plugin. There is a master POM that …
eclipse maven osgi tycho artifactoryI get a run time error when trying to run a grails application on Eclipse Equinox. java.lang.NoClassDefFoundError: org/…
java osgi equinoxI am developing an application for OSGi with velocity template engine. It works great for loading my templates by file …
java osgi velocityI am playing with OSGi and have a few bundles. Bundle A and B both contain a registered service which …
osgiI have an OSGI application and I have around 30 bundles (jar files). Today I decided to see how it works/…
java osgi apache-felix java-9 java-platform-module-systemIt seems natural that a HttpServlet running in OSGi environment (i.e. registered in OSGi HttpService) would want to call …
servlets dependency-injection osgi service-referenceI wrote an OSGi bundle using "maven-bundle-plugin"(where i try to make the "jruby-complete-1.4.0.jar" as osgi bundle, note that …
maven osgi equinox osgi-fragmentI tried running a really simple OSGi "Hello World"-style example with an activator after a longer while again and …
java osgi equinoxI'm developing an OSGI bundle for parsing a PDF file using PDFBox library. I use maven to build the project …
maven osgi apache-karaf karaf karaf-maven-plugin