RESTful Web Services Developer's Guide

The Jersey Sample Applications

All of the Jersey sample applications can be executed from the command line or from NetBeans IDE 6.5 using at least Maven version 2.0.9. Maven makes it easy to distribute the samples without redistributing third-party dependencies, which can be very large.

There are three samples included in the tutorial that demonstrate how to create and use resources. They are:

Configuring Your Environment

To run the sample applications, you must install Jersey onto either GlassFish v3 Prelude or NetBeans IDE 6.5, and you need to install and configure Maven. Here are the links to more information on these topics.