users@jersey.java.net

Guice 2.0 support now available

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Fri, 10 Apr 2009 09:53:16 +0200

Hi,

Guice 2.0 support is now available:

   https://jersey.dev.java.net/nonav/apidocs/1.0.3-SNAPSHOT/contribs/jersey-guice/index.html

   http://download.java.net/maven/2/com/sun/jersey/contribs/jersey-guice/1.0.3-SNAPSHOT/jersey-guice-1.0.3-SNAPSHOT.pom

It is currently depending on Guice artifacts at the maven repo:

   http://guice-maven.googlecode.com/svn/trunk

But i plan to switch things over to GuiceFruit:

   http://code.google.com/p/guiceyfruit/

when the next release occurs. This will have the added benefit that
one can avail of EE-supported annotations like @Resource and
@PostConstruct/_at_PreDestroy for Guice-managed components.

Paul.