What is the difference between com.sun.jersey
and org.glassfish.jersey
?
Currently I have my REST service working on com.sun.jersey
and I want to write tests, but I can't find a good tutorial for this (nothing seems to work). However, I can find good documentation about the org.glassfish.jersey
tests.