Top "Guice-servlet" questions

Guice's servlet extensions allow you to completely eliminate web.

NoClassDefFoundError in web application running on Tomcat 7

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-servlet
How to use guice-servlet with Jersey 2.0?

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

guice-servlet jersey-2.0
How to clear browser cache using java

I have a problem in sessions. When ever I logout the session is ended but then when the browsers back …

java guice-servlet
Weblogic 12c : Prefer-web-inf-classes and prefer-application-packages for Jersey

I 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-servlet
Guice + Tomcat potential memory leak

I have just started using Google Guice with my Tomcat webapp, and have noticed the following in the catalina.out …

java tomcat guice guice-servlet
How to get Google Guice working with JaxRS (Jersey)

I 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