Jojje
Jojje

Reputation: 1779

Sample jersey web project for Glassfish 3.1 using maven

Does anyone know of a simple project for glassfish (a webbapp) that is a rest web service using Jersey. If its done in Maven 2 that would be even better! I'm using glassfish 3.1.

thanks!

Upvotes: 0

Views: 749

Answers (1)

Jim
Jim

Reputation: 3684

If you download the jersey source, there is a samples folder: https://svn.java.net/svn/jersey~svn/tags/jersey-1.11-b04/jersey/samples/

Another thing you could try out would be one of the maven-jersey archetypes: http://docs.oracle.com/cd/E19226-01/820-7627/giqdq/index.html

Upvotes: 2

Related Questions