Hello,
i?m new to Equinox/OSGi and looking for a way to use osgi bundles running
in the container from outside.
The reason is that I want to use the versioning feature of equinox. For
instance I want to build a standalone client using a blackbox (or if
possible also whitebox) framework. There are multiple versions of the
framework ? each shall run in the osgi container. Now I?d like my client
to ?ask? the container or some osgi service to get an instance of e.g.
version 2.0 of the framework.
Is there a way to realize this ?