Search code examples
guice-servletjersey-2.0

How to use guice-servlet with Jersey 2.0?


Is there any sample code demonstrating how to use guice-servlet with Jersey 2.0?


Solution

  • https://github.com/Squarespace/jersey2-guice seems to be the first genuine Guice integration for Jersey 2 but it requires version 2.11+.

    NOTE: I haven't tested this, but the idea is sound.