users@jersey.java.net

Re: [Jersey] Deploying just a root resource class

From: Alexandre Bertails <bertails_at_gmail.com>
Date: Tue, 24 Mar 2009 18:52:47 +0100

Your solution works very well : thank you !

Is there a way to deploy both one resource class (your solution) and a
packaged war, all from java ?

We intend to test a application in a war that calls others web
services, outside the war. We would like to "mock" them in a unit
test.

Alexandre.