Q.1.
OSGi—which was formerly known as the:-
Q.2.
OSGi provides a layer on top of the JVM’s default class loader.
Q.3.
On top of Spring Dynamic Modules, SpringSource built SpringSource dm Server, which is a server wired from top to bottom with OSGi and Spring.
Q.4.
OSGi is a framework.
Q.5.
User component models are:-
Q.6.
In OSGi, anything used by something else is a state.
Q.7.
“Service” doesn’t imply any:-
Q.8.
OSGi bundles are simply standard .jar files with customized MANIFESTs that OSGi consumes at runtime.
Q.9.
Tool which dynamically interrogates classes for their imports and generates OSGi–compliant entries.
Q.10.
The plug-in produces OSGi–compliant bundles that work in any container.
Q.11.
The Bundle-Activator directive describes to the OSGi environment, which class implements :-
Q.12.
When the bundle begins to load and start, it calls the start method of the:-
Q.13.
To start using Spring to smooth over some of the minutiae of resource acquisition and to help build more reliable systems in an OSGi environment.
Q.14.
Spring Dynamic Modules scans our deployed bundles and loads an ApplicationContext (actually, the specific type of the ApplicationContext is OsgiBundleXmlApplicationContext) into memory based on an event, or a trigger.
Q.15.
You’ll split your OSGi–specific Spring configuration and your plain-vanilla Spring configuration into:-