users@jersey.java.net

Re: [Jersey] distribution to Glassfish ?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 13 Oct 2009 13:58:10 +0200

On Oct 13, 2009, at 1:29 PM, Felipe Gaścho wrote:

> My Project EAR includes the Jersey libraries.. but since Glassfish
> provides these libraries, I started to think to have a lean
> distribution only for Glassfish...
>

That would work, plus there are some tricky issues with versions of
Jersey provided in the war if GF has a version as well (it is hard to
fully isolate).

Note that the Jersey samples distributed with GF do not have the
jersey libs in the war. They are also distributed on maven:

   http://download.java.net/maven/2/com/sun/jersey/samples/bookstore/1.1.3-ea/bookstore-1.1.3-ea-gf-project.zip

Paul.