Now that I have a couple GET methods implemented, I would like to create
JUnit tests. I'd like to run these tests without deploying the entire ws to
JBoss. Does anyone have any suggestions for how to test a Jersey web service
without actually deploying? I'm also using Spring....I've heard about mock
classes with Spring...maybe that can help me mock the db connection, maybe
the app server too?
Regards,
John O'Conner