guice « osgi « Java Enterprise Q&A





1. Using Guice with OSGi    stackoverflow.com

I 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.com

I'd like to implement a dynamic plugin feature in a Java application. Ideally:

  • The application would define an interface Plugin with a method like getCapabilities().
  • A plugin would be a JAR pluginX.jar containing ...

3. What problem does Peaberry for Guice solve?    stackoverflow.com

I 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.com

Guice 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.com

This 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 ...