JVM « osgi « Java Enterprise Q&A





1. How does OSGi manage interaction of components running in separate JVMs?    stackoverflow.com

I have been trying to understand a bit more about the wider picture of OSGi without reading thru the entire specification. As with so many things, the introduction to ...

2. How to use separate class loaders and run in same JVM? (OSGI)    stackoverflow.com

I've read that OSGI uses separate classloaders per module which allows modules to use different versions of their dependencies.. while at the same time running all modules in the same ...