• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RESTful Web Services Cookbook: Solutions for Improving Scalability and Simplicity

 
Bartender
Posts: 962
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Author/s    : Subbu Allamaraju
Publisher   : Yahoo Press
Category   : Web Services and SOAP
Review by : Deepak Bala
Rating        : 9 horseshoes

This is a useful little book. Receipe books can be tricky in that they can outdate themselves or end up concentrating on recipes that are not widely sort after. This book does not suffer from these problem.

What I like:

* The book is pretty crisp. You can breeze through it in no time.
* It is quite practical. I ended up changing some of my REST representation after following the advice in the book.
* Since it is a recipe book you need not follow any order as such. Jump to any chapter at will.
* Implementation details are not stressed (like how one would solve a problem in jersey Vs some other framework). That keeps the advice clean and agnostic of frameworks.

What I dislike:

There is not much to add here against this book. You will not always find a recipe that fits your problem description, but you can use the internet and public forums to search how other developers solved that problem. Reading this book also puts you in a good position to judge if a solution follows good practices.

If you are looking for a book that provides laconic answers to common problems encountered while developing with the REST architecture style, buy this one.

More info at Amazon.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic