users@jersey.java.net

Re: [Jersey] Anyone can help me for jersey unit test?

From: Arul Dhesiaseelan <arul_at_fluxcorp.com>
Date: Wed, 31 Dec 2008 08:45:00 -0700

beanor wrote:
> I want to download the tow jar to go on my unit test ,But I can not find it ,
> The jar is following this:
>
> gf-embedded-api-1.0-alpha-4.jar
> web-all-10.0-build-20080430.jar
>
> (http://www.adam-bien.com/roller/abien/entry/embedding_glassfish_v3_in_unit)
>
> But I can not get a link about it, Anyone can give me a link?
>
You could use GlassFish v3 Embedded prelude by adding the following
maven dependency:

        <dependency>
            <groupId>org.glassfish.embedded</groupId>
            <artifactId>glassfish-embedded-all</artifactId>
            <version>3.0-Prelude-Embedded-m2</version>
        </dependency>

-Arul