views:

119

answers:

1

Hello,

I want to build a RESTful Web Service in Java, deployed using Jetty and developed usng 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!

+1  A: 

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

https://jersey.dev.java.net/use/getting-started.html

smeg4brains