Search code examples
apacheosgitargetprovisioning

What are the advantages of using OSGi at target side in a Remote Software Provisioning System?


I am developing a Remote Software Provisioning system that should be able to handle all deployment, installation, un-installation and upgrades of software components. Software can be in any language (java, .net, c/c++ etc) and target side can be PC, embedded systems and smart phones.

I have found Apache ACE as good candidate for developing this system.

I want to know if there is any advantage/necessity of using OSGi at target side as Apache ACE can do software provisioning to non-OSGi targets as well.


Solution

  • I've given some examples in the other question you asked:

    What are the non-osgi targets with which Apache ACE can work

    You can write your own management agent that talks to the ACE server and installs artifacts. There actually are a couple of places where you could hook in your own code and protocol. Is there a concrete language/environment you're thinking of using, or are you just exploring the possibilities right now?