Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java RESTful Web Service Tutorial with Eclipse and Jetty

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!

like image 811
Marius Butuc Avatar asked Jul 28 '10 11:07

Marius Butuc


2 Answers

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

like image 78
fasseg Avatar answered Oct 21 '22 04:10

fasseg


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

like image 43
atjua Avatar answered Oct 21 '22 04:10

atjua