The term "REST web service" is often abused. This book gives a very clear idea of what true RESTful web services should be like (and even goes as far as to propose a "Resource Oriented Architecture"). Insight into HTTP methods & status codes, URI design, resources & modeling data, and pertinent examples from modern frameworks like django and rails, make this book so useful. If you're a developer and not planning on...
0Report
RESTful web services is one of the (very) few books I read from start to finish without browsing the ToC for "more interesting" chapters than the one I was currently reading. From a writers perspective, this book is executed flawlessly: great organization of content, good segues that keep the flow, fun to read, etc. The title, however, should be "HTTP used correctly". Of course inventing a new term and world is more fun for...
0Report
This book very clearly sets out the case for a Resource-Oriented-Architecture. Its simiple, scalable, document oriented, with much of its value coming from the fact that operations are idempotent. Understanding REST requires quite a shift in your thinking especially if your coming from an MOM/RPC/ORB background (as I was). This book is a superb aid in evolving your thinking on distributed computing. If you think that REST...
0Report
Every IT generation has its seminal tome that transcends time and connects the dots in a way that no book had before it. For the object oriented generation in the 1980s, it was the Gang of Four (GoF) book. For the application architecture generation in the 1990s, it was Fowler's book on patterns (PoEAA). "RESTful Web Services" will be, in my opinion, that book for the 2000s Web services generation. There is something absolutely...
0Report