[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.equinox] OSGi bundle resolution
|
Hello,
I'm looking at the OSGi spec, just as a matter of curiosity and exploration,
and I have the following questions:
- When a bundle is "installed", is there a way to load a resource from
it before it is resolved?
- The spec says that although a bundle is "stopped", it is still
possible for other bundle
to use code from it? Reversely is it possible to use code from a bundle
that is not "started" yet?
- Are the "resolved" events batched (ie if 20 bundles are resolved does
every listener receives
20 events or do they only receive 1 event)?
Best regards,
PaScaL