ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
REST in Practice
Author:
Jim Weber, Savas Parastatidis, Ian Robinson
ISBN:
978-0-596-80582-1
Publisher:
O’Reilly (2010)
Pages:
448pp
Price:
£
Reviewer:
Paul Grenyer
Subject:
Appeared in:
24-5

Reviewed: November 2012

I read this book because I wanted to learn about REST for a project I’m doing. This book taught me about REST. In fact it did it in the first five chapters. That’s less than half the book and it could have been quicker! There is a lot of, to my mind, unnecessary detail that could have been postponed to later chapters or even an appendix. I just wanted to get to the code and to the ‘how’, I’m not overly interested in the ‘why’ in this much depth. Furthermore I found the vast majority of the diagrams incomprehensible and totally unhelpful.

However, the book did answer my questions about REST and even using the same REST framework I’d chosen for my project. Unlike a lot of other books, web service clients were not neglected. In fact they were there in as much detail as the server side components with real code! The format of the book is also great for skipping to the good parts and the parts with code.