java - Is that possible to create a Eclipse plug-in UI (just like a button/menu in Eclipse) to trigger a OSGi platform? -


my problem .....

i have osgi software , try combine eclipse plug-in.

is possible create eclipse plug-in ui (just button/menu in eclipse) trigger osgi platform?

thanks.

an eclipse plug-in allow insert button feature. here have tutorial, however...

eclipse itfself built on top of osgi framework: equinox. of course, embed osgi platform such knopflerfish or apache felix inside, doubtful architecture.

an eclipse plug-in osgi bundle, defined in standard way manifest.mf file. in order complete standard modularity management feature explicit dependency management, eclipse has own system relying on plugin.xml file (a kind of glue). should able load existing osgi bundle (non-plug-in) if these plugins. if not mistaken, plugin.xml file not required plug-in. here exchange in eclipse forum on topic.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -