RESTful Java with JAX-RS
RESTful Java with JAX-RS by Bill Burke
- Binding:
- Paperback
- Number of Pages:
- 320
- ISBN:
- 0596158041
- Product Group:
- book
- Publisher:
- O'Reilly Media
- Publication Date:
- Nov. 17, 2009
- BooksForGeeks.com ID:
- 1293
The RESTful approach to developing web services has become popular among web developers as a simple, 'lightweight' alternative to the cumbersome SOAP stack. This book shows Java developers how to build RESTful services, using the JAX-RS API included in the Java enterprise platform (J2EE 6).
Reviews for RESTful Java with JAX-RS
-
Thorough introduction
Rated out of 5 stars, January 12th, 2010
The book goes trough the very technical details of the REST spec. With enough detail on every aspect.
It includes labs and examples to try out for each section.
I found it to be very easy to follow and understand. And it seems to cover every aspect of REST that I was expectting and I was implementing REST in a pet project straight away.
Two minor negative points are the reference to RESTeasy in all examples. The author is involved in the project and it is a good framework which is fair enough but I would have prefered the examples to be with the more established Jersey or CXF. However he does refer to both of them often in the book and provides exampels and description of these frameworks later in the book.
The other negative point is that the examples are using low level java (streams etc) and servlet syntax and methods. It is understandable to be generic in a book as it needs to cater for many people, and to emphasise the actual issue at hand. However I would personally have preferred real life examples using higher level frameworks which is what you would encounter in day to day tasks. The book does however detail later on how to integrate Spring etc.
On the whole I recommened this book as an intro to REST or reference in the future.

