lifecycle « osgi « Java Enterprise Q&A





1. What is a typical OSGi life-cycle?    stackoverflow.com

I would like to gain some insight into the life cycle that is used in industry when developing and deploying OSGi based systems.
My main focus is on the deployment phases, ...

2. How to extend / amend OSGi lifecycle management?    stackoverflow.com

I have a modular application that uses OSGi for lifecycle and dependency management. However, some of the bundles require some time after startup to be ready, for example, because they have ...

3. OSGi equinox : Bundle stay always in the state "RESOLVED"    stackoverflow.com

I've created one main bundle in wich one I've installed the equinox p2. Then I export it to obtain an executable. My executable works correctly. I've also created one other Bundle that ...

4. osgi bundle lifecycle question    stackoverflow.com

I try to learn how osgi works. I've written my first hello-world bundle which gives some console output when the start-method of the bundle activator class is executed. Now, I've read ...