Hi,
I have tried this on Grizzly without luck.
I am trying to deploy multiple resource classes, using 1.7.0.
The classes might be deployed at the different times;
undeployed at different times; cleaned up soon after undeployment.
I am thinking to start up grizzly first; drop class into its classpath
for deploy;
remove it from classpath for undeploy and cleanup.
Does this make sense? Any recommendation or suggestion?
The code I borrowed from here:
http://blogs.sun.com/sandoz/entry/jersey_0_5_is_released
Thanks for helping!
Dianne