Reputation: 1912
I am new in programming OSGI application I have successfully use KNOPFLERFISH and felix gogo but my supervisor ask me to use IPOJO, what is the difference between IPOJO and the others? Would you help me to start!
Upvotes: 2
Views: 202
Reputation: 147
iPOJO has advantages to build dynamic applications, e.g., a service can be implemented by many components. these component can be deployed and active. With iPOJO, you can select dynamically the services if you want.
For more detail, you can entre in the iPOJO site.
Upvotes: 1
Reputation: 75
IPOJO is more secure than other ,it contains the dependancies of interaction between the Bundles , So you are not obliged to found the dependancies by your self , IPOJO is more easy ;)
Upvotes: 1
Reputation: 3323
To help you compare the different solutions, the following presentation can be useful:
http://www.slideshare.net/mfrancis/the-ultimate-dependency-manager-shoot-out-x-uiterlinden-s-mak
Upvotes: 2