1. Why is Sun inventing another module system when everyone has standardised on OSGi? stackoverflow.comSun is putting a lot of effort behind modularising the JDK in the form of Jigsaw, and insinuating that it should be the module format of choice for other ... |
2. How to start and use Apache Felix from code? stackoverflow.comI can't find information about starting and using Apache Felix from code. I want do things which I am able (or unable ;) ) to do with Apache Felix's Shell. For example, how ... |
3. How do I register a service in OSGi (Apache Felix)? stackoverflow.comI have successfully managed to start Apache Felix from code and register an own Bundle.
Following relation between OSGI-projects is needed:
|
4. How to debug a incorrect module dependency in JBoss 7? stackoverflow.comI have a web app, which uses Sun's MSV library. All the classes for MSV are included in jars in the web app |