Guice's servlet extensions allow you to completely eliminate web.
I have web application written in Java using gucie-servlet framework being built by Maven 3. When I deploy it on Tomcat 7 …
java maven tomcat7 maven-3 guice-servletIs there any sample code demonstrating how to use guice-servlet with Jersey 2.0?
guice-servlet jersey-2.0I have a problem in sessions. When ever I logout the session is ended but then when the browsers back …
java guice-servletI have to use both (oddly enough ..) prefer-web-inf-classes and prefer-application-packages properties of weblogic.xml on a Weblogic 12c Server (12.2.1) It …
java guice weblogic12c jersey-1.0 guice-servletI have just started using Google Guice with my Tomcat webapp, and have noticed the following in the catalina.out …
java tomcat guice guice-servletI have a basic JAXRS service that I can expose easily, but for once I wish to use a dependency …
java jersey jax-rs guice guice-servlet