The Jersey package is Sun’s reference implementation of the JAX-RS standard for RESTful web services. It’s easy to use; with a few annotations, you’ll have your own REST api. The examples show how to use the included Grizzly server, allowing you to create embedded servers. That is, instead of fussy XML configurations for the large [...]