tags:

views:

129

answers:

4

Hi, I'm looking for a book or any other resource that will help me learn how to create RESTful APIs in Java. Looking on Amazon, I saw that there are several solutions for RESTful Java, but I'm looking for the one that is tailored to a novice.

Looking forward to getting your advices/opinions, thanks!

+1  A: 

I'd recommend this extensive NetBeans tutorial, this Sun tutorial and maybe having at look at the Restlet framework.

Bozhidar Batsov
+2  A: 

My recommendation would be this one:

alt text

Pascal Thivent
+1  A: 

I don't think I can point to only one resource but I would take a path (which you can customize based on your level of understanding of REST). I'm somebody who would like to get my concepts real clear first and then think about the tools to implement the concepts.

Obviously, I haven't provided a single resource, but something in the lines I've provided would serve well, IMO.

Surya Suravarapu
A: 

I have used RESTlet in Action to learn about REST concepts. It's an early access book so only the first few chapters are currently available, but I found the writing to be very clear.

dafmetal