I have an application with many different parts, it runs on OSGi, so there\'s the bundle lifecycles, there\'s a number of message processors and plugin components that all can die, can be started and
I\'m about to star an 开发者_高级运维OSGI project using netbeans 6.8 and felix 2.0.4; can anybody provide me with tips and/or links to get started quickly ?
We\'re using OSGI and want to write a开发者_如何学运维 JUnit Systemtest. We have one component, that interacts with the database using the Java Persistence API (JPA). When we\'re launching the test, w
I have an Eclipse RCP application that will launch properly after a clean install (right after build).
I\'m using the maven-bundle-plugin to generate my bundles. One issue that bug me is that the finalName (jar file) does\'t conform with the actual bundle name.
I\'m trying to use JACORB from am OSGI-Bundle. I read about people, who had a lot of trouble getting it up and running. Does anyone of you have any experience with including JaCORB into an OSGi-B开发者
I understand the problem that OSGI solved thanks to this question.... What does OSGi solve? And I am already convinved that Guice is amazing so I\'m curious what this OSGI integration for Guice know
I\'m building a framework (OSGi-like) where other parties can program a bundle for. But I want my framework to manage the QoS of the connection-requests that the othe开发者_高级运维r parties will do.
I am considering to develop an web application with Spring and OSGi. It seems like they fit together nicely. What are the options for clustering and loadbalancing such an app and what are th开发者_运维
The OSGi ConfigAdmin passes a Dictionary instance into ManagedService.updated(); the service is then expected to extract the 开发者_高级运维new values from the dictionary. That\'s great and works fine