I am building an OSGi application and need to create an Eclipse-like OSGi application launcher. For those who do not know, when an OSGi application is run through Eclipse\'s OSGi framework, Equinox l
Wh开发者_如何转开发at bundles do I need to install? At least, this would have to be a servlet container / web server such as Jetty, but will the basic org.apache.felix.http.jetty bundle do, or is ther
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have created an OSGi bundle with an exposed (declarative) service. If I, when activate is called, notice that something开发者_开发知识库 is amiss such that I can not provide the service, I need to p
I\'m running eclipselink in an OSGi container and my entity classes are in their own bundle. I have repeatedly run into the problem that Eclipselink fails to autodetect the entity classes, resulting
I probably sholdn\'t obsess about this too much, but my project has a very structured layout that I have become very fond of. Having that much structure has actually proven to be useful, this time, so
I\'ve been invest开发者_高级运维igating OSGi for my company\'s software, but have recently been recommended to take a look at Impala. According to its web page, Impala is \"a dynamic module framework
I\'m running Mac OS X Snow Leopard and wan\'t to access the Display from the activator in an OSGi bundle.
I work on a fairly simple but large two-tier application that consists approximately 40 Eclipse RCP plugins.We have a new use case t开发者_开发知识库hat is taking us to the web for a very small portio
How can I add packages to a bundle\'s开发者_如何学JAVA import from within code? I need it since I use libraries which rely on reflection and require other packages and I don\'t want to need to manuall