Actually it’s the other way around. The new Glassfish application server model is all about OSGi modules. There is an Apache Felix base container (OSGi container), and in there we have a whole collection of modules deployed on Felix. The servlet container module, the JBI ESB module, and so on. It is possible to maintain [...]
I found a cool simple OSGi plugin for Netbeans.
You can download it from Sourceforge.
A user manual is included.
The plugin generates a “ready to use” OSGi Bundle project.
It supports code completion for OSGi MANIFEST.MF, which is the source for version control, dependencies, and so on.
Also all kinds of OSGi containers are supported like Felix and Knopflerfish.
One [...]