users@jersey.java.net

Re: [Jersey] GuiceContainer example?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 11 May 2009 21:30:18 +0200

On May 11, 2009, at 9:12 PM, Zach Cox wrote:

> I'm trying to get Guice integrated with Jersey 1.1.0-ea using
> jersey-guice. I'm assuming that I need to use GuiceContainer for this
> but I'm not exactly sure how to use it. Are there any examples
> anywhere as to how to use GuiceContainer?
>

Does the following help?

https://jersey.dev.java.net/nonav/apidocs/1.1.0-ea/contribs/jersey-guice/com/sun/jersey/guice/spi/container/servlet/package-summary.html

There is currently no example, something i need to do. Other than that
there are some unit tests:

   http://fisheye4.atlassian.com/browse/jersey/trunk/jersey/contribs/jersey-guice/src/test/java/com/sun/jersey/guice

Paul.