Java RESTful Web Service Tutorial with Eclipse and Jetty

25,152

Solution 1

The Jersey (JSR-311) implementation for RESTful Web Services has a nice "Getting Started" section:

http://jersey.java.net/nonav/documentation/latest/getting-started.html

Solution 2

Another website I have found to be very beginner-friendly and contains very detailed explanation from ground-up : http://www.vogella.com/tutorials/REST/article.html

Share:
25,152
Marius Butuc
Author by

Marius Butuc

Ruby & Rails aficionado keen on big data, cloud computing, usable web & photography.

Updated on October 20, 2020

Comments

  • Marius Butuc
    Marius Butuc over 3 years

    I want to build a RESTful Web Service in Java, deployed using Jetty and developed using Eclipse as IDE. I was wondering if anyone could post or link me to a beginner tutorial (even a "hello world!" would be good, for starters).

    Thanks in advance!