OSGi is a framework for Java module standard
> when we run two applications on a PC, there will be 2 running JVMs, even an application is just 2k, the JVM will take much memory.
> with OSGi, the applications are encapsulated in "Bundle", and share the same JVM.
Eclipse is based on this technology.
No comments:
Post a Comment