tags:

views:

481

answers:

2

I am just wondering if any one is using the OSGi Bundle Repository and what for?

+2  A: 

I am using it!

When you develop an osgi bundle and the target platform doesn't include the libraries (jar/bundle) your bundle relies on, it needs to added to the target platform. you could either repackage your jar to make it an osgi bundle or just download the bundle from the OBR.

Eclipse also provides an OBR call Orbit, and springsource one is called Enterprise Bundle Repository.

+2  A: 

I tried it in apache felix, i think it's great. You can point your osgi container to a number of obrs and when you install a bundle, the container will automatically install all required dependencies.

It's like apt-get install for application servers.

Andrej