1. Using Guice with OSGi stackoverflow.comI have a project that I am trying to convert to OSGi. However, this project has been built with Guice as its dependency injection manager. It's a large project with Guice ... |
2. Implementing dynamic plugins in Java stackoverflow.comI'd like to implement a dynamic plugin feature in a Java application. Ideally:
|
3. What problem does Peaberry for Guice solve? stackoverflow.comI understand the problem that OSGI solved thanks to this question.... http://stackoverflow.com/questions/106222/what-does-osgi-solve And I am already convinved that Guice is amazing so I'm curious what this OSGI integration for Guice known as ... |
4. Looking for Guice-to-OSGi guiding principles, experience, tips, etc stackoverflow.comGuice is a great framework to separate API from implementation and to start modularizing your applications. OSGi is a great framework to load versioned services in their own secured environment and ... |
5. Eclipse OSGi bundle reqiure another bundle's fragment stackoverflow.comThis might be simple question but have confused me for sometime. I'm developing an OSGi bundle which rely on google guice. Google guice has one main bundle and several fragment like assisted ... |