Get Ready for Winter Weather Introducing Kindle Unlimited. Your Journey Awaits Men's Clothing Men's Clothing Trend Shop All Men's Clothing Cloud Drive Photos U2 Amazon Fire Phone, now just $0.99 with a two-year contract Amazon Fire TV Amazon Wine  October Scrapbooking Month The Walking Dead The Walking Dead The Walking Dead Fire tablets Kindle Voyage Borderlands The Pre-Sequel New Arrivals in Sports & Outdoors Kids' Halloween Store
Start reading RESTful Web Services on the free Kindle Reading App or on your Kindle in under a minute. Don't have a Kindle? Get your Kindle here.
Programming Books C Java PHP Python Learn more Browse Programming Books
This title is not currently available for purchase
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

RESTful Web Services [Kindle Edition]

Leonard Richardson , Sam Ruby , David Heinemeier Hansson
4.0 out of 5 stars  See all reviews (64 customer reviews)

Pricing information not available.

Free Kindle Reading App Anybody can read Kindle books—even without a Kindle device—with the FREE Kindle app for smartphones, tablets and computers.

To get the free app, enter your email address or mobile phone number.

Formats

Amazon Price New from Used from
Kindle Edition --  
Paperback --  
Shop the New Digital Design Bookstore
Check out the Digital Design Bookstore, a new hub for photographers, art directors, illustrators, web developers, and other creative individuals to find highly rated and highly relevant career resources. Shop books on web development and graphic design, or check out blog posts by authors and thought-leaders in the design industry. Shop now

Book Description

"Every developer working with the Web needs to read this book."
-- David Heinemeier Hansson, creator of the Rails framework


"RESTful Web Services finally provides a practical roadmap for constructing services that embrace the Web, instead of trying to route around it."
-- Adam Trachtenberg, PHP author and EBay Web Services Evangelist


You've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a powerful distributed computing platform. But today's web service technologies have lost sight of the simplicity that made the Web successful. They don't work like the Web, and they're missing out on its advantages.


This book puts the "Web" back into web services. It shows how you can connect to the programmable web with the technologies you already use every day. The key is REST, the architectural style that drives the Web. This book:

  • Emphasizes the power of basic Web technologies -- the HTTP application protocol, the URI naming standard, and the XML markup language

  • Introduces the Resource-Oriented Architecture (ROA), a common-sense set of rules for designing RESTful web services

  • Shows how a RESTful design is simpler, more versatile, and more scalable than a design based on Remote Procedure Calls (RPC)

  • Includes real-world examples of RESTful web services, like Amazon's Simple Storage Service and the Atom Publishing Protocol

  • Discusses web service clients for popular programming languages

  • Shows how to implement RESTful services in three popular frameworks -- Ruby on Rails, Restlet (for Java), and Django (for Python)

  • Focuses on practical issues: how to design and implement RESTful web services and clients


This is the first book that applies the REST design philosophy to real web services. It sets down the best practices you need to make your design a success, and the techniques you need to turn your design into working code. You can harness the power of the Web for programmable applications: you just have to work with the Web instead of against it. This book shows you how.


Editorial Reviews

Book Description

Web services for the real world

About the Author

Leonard Richardson (http://www.crummy.com/) is the author of the Ruby Cookbook (O'Reilly) and of several open source libraries, including Beautiful Soup. A California native, he currently lives in New York.

Sam Ruby is a prominent software developer who has made significant contributions to the many of the Apache Software Foundation's open source projects, and to the standardization of web feeds via his involvement with the Atom web feed standard and the popular Feed Validator web service.

He currently holds a Senior Technical Staff Member position in the Emerging Technologies Group of IBM. He resides in Raleigh, North Carolina.


Product Details

  • File Size: 1327 KB
  • Print Length: 448 pages
  • Simultaneous Device Usage: Unlimited
  • Publisher: O'Reilly Media; 1 edition (December 17, 2008)
  • Language: English
  • ASIN: B0043D2ED6
  • Text-to-Speech: Enabled
  • X-Ray:
  • Lending: Not Enabled
  • Amazon Best Sellers Rank: #359,962 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images or tell us about a lower price? .


Customer Reviews

Most Helpful Customer Reviews
102 of 105 people found the following review helpful
4.0 out of 5 stars Brilliant and Horrible July 19, 2008
Format:Paperback
Packed with all sorts of knowledge about REST, HTTP and AJAX this book will make you very capable at building well designed RESTful web services. Any topic imaginable is covered, from obscure ways of handling transactions, to Apache proxies, service implementations in Rails and the limitations of the current browser security model.

While this is all good and useful stuff, it also scatters the books focus, which eventually turns out to be its major problem. The topic orientation simply sucks. I would recommend reading the book in this order:

* Core knowledge
- Introduction, Chapter 1 and 3
- Chapter 4, 8, 9
- Optional: chap 10 (comparison to SOAP).

* REST service examples
- Chapter 5, 6 and 7

* REST clients
- Chapter 2 and 11

The service examples (chapter 5 - 7) should really have been one chapter. The client chapters does not show how to write clients against the provided example services, which is a major mistake. The core knowledge scattered throughout chapter 4, 8 and 9 (like the ATOM publishing protocol which is covered multiple places) should be collected and ordered.

So why the four starts ?. I have to admit that my annoyance with the books topical layout is trumped by the authors knowledge and their ability to pack a surprising number of usable facts into this book. So if you do not loose your way in their topical jungle then you will eventually come through as a REST maven.
Was this review helpful to you?
84 of 88 people found the following review helpful
3.0 out of 5 stars Good but pedantic and repetitious August 29, 2007
Format:Paperback
Ok, the concept behind the book is valid: let's have computers use the web the way it was intended to be used, and if everybody sticks to a small set of reasonable design rules, we'd all be better off. But why does it take 400 pages for the authors to drive that point home (over and over again)? 70% of the content seems "filler" material, which has been put in just to turn this into a book. True, there are code examples that may be helpful to some beginner programmers, but I'm still left feeling that this could have been a well-written, 3-chapter book about 100 pages long.

I'm still glad I read it but found the blabbing rather frustrating. My 2c.
Was this review helpful to you?
128 of 155 people found the following review helpful
2.0 out of 5 stars Nearly Abysmal August 2, 2007
Format:Paperback
1) The editors were apparently on vacation. There are numerous errors including several typographical errors that a simple spell-check would have caught (words like "ang" and "extrenal") and a number of ungrammatical sentences.
2) The authors frequently make best practices statements without actually supporting them with evidence or otherwise explaining what makes them best practices.
3) There's really only about 100 pages of content. The other three quarters of the book is repetition. For example, chapters 4 and 8 seem to be the same. There is even a specific example regarding content language that is presented in chapter 4 and not referred to but simply repeated in chapter 8.

This book could be obsoleted by a brief 3 part tutorial perhaps combined with a half-hour slide show.
Was this review helpful to you?
46 of 57 people found the following review helpful
4.0 out of 5 stars A lot of information. Maybe too much. July 15, 2007
By Larry
Format:Paperback
There's a lot of material in this book - close to 400 dense pages of highly technical information. This and the ton of examples can't help but impress upon you that the authors are smart. Very smart.
The problem I have with this book is that maybe there's too much information. REST is supposed to simplify things, right? Up until this point I've read about REST in a couple of Rails book. I understand it (I think) and believe it's the wave of the future, especially after spending hours slogging through 800+ page books on JEE Web Services, WS-Death-*s (good call DHH!) and SOAs. While this book clocks in with less pages, it's still a tough read at times. And sometimes it was easy to lose sight of the forest while meandering through the numerous and sometimes-scattered trees.
Maybe that's just how tech books are; I don't know. I do know that most people are pressed for time and don't live and breath this stuff - which could explain the popularity of the "For Dummies" and "Head First" series.
Come to think of it, that's what I'd like to see: a "Head First RESTful Web Services" book. I think that would actually *help more people* to understand, and thus use, this technology.
Was this review helpful to you?
24 of 29 people found the following review helpful
3.0 out of 5 stars Good but slightly misleading October 22, 2007
Format:Paperback|Verified Purchase
This book is a nice work on RESTful web-services, but I found the examples to be less than useful. The majority of the examples hide the true details of the creation and handling of RESTful web-services in calls to Ruby libraries. These examples give the reader no real understanding of what's actually happening under the covers and thus no platform from which to attempt to implement RESTful web-services in other languages.

It's also troubling that the authors have found it necessary to redefine already well defined industry terms and definitions in order to bolster their own arguments for REST. For instance the authors, throughout the book, repeatedly refer to all SOAP exchanges as being RPC like, which is certainly not the case. The authors make no attempt to compare and contrast real message-oriented or document-literal web-services against RESTful web-services. Chapter 10 includes one single sentence on "new WSDL features" like document/literal, which the authors admit to not covering, as encouraging the creation of RPC style web-services. At best this is simple ignorance and at worst is willful deception.

I'd recommend this book as a good resource on the idea of what it means for a web-service to be truly RESTful, but I would also advise the reader to approach this work from a critical thinking standpoint. It's obvious from reading this work that the author's have an agenda and that they are willing to alter industry standard terms and definitions in order to promote their work.

Cheers
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Great book
Does a great job breaking down how to write restful web services. Even though it's old as hell it's still great!
Published 4 months ago by Cresten St.Clair
4.0 out of 5 stars Key if you are thinking about implementing RESTful services.
This book was instrumental in my initial implementation of commercial RESTful services as were the podcasts by the same author.
Published 10 months ago by jvans
4.0 out of 5 stars Understanding of REST starts here.
This IBM paper establishes the basis of the REST kind of interface. This offers a very good starting point for further reading and understanding of the REST based designs. Read more
Published 11 months ago by Debasis
4.0 out of 5 stars Good primer on REST
With this book in hand, I was able to design a REST interface for my ASP.NET application. It provided solid advice on what REST is and how it should be implemented. Read more
Published 18 months ago by Charles Durfee
1.0 out of 5 stars Ego and Ruby ~ Irrelevant
This is my first review of a book. I am a huge fan of O'Reilly Books but this one falls dramatically short on quality. Read more
Published 18 months ago by Cloudwalker Bligh
3.0 out of 5 stars not applicable
Did not cover my development language. Book was returned for full credit without question. I am sure it is a good reference is you are a ruby developer.
Published 21 months ago by Duane Lakoduk
5.0 out of 5 stars Excellent overview of REST
REST is such a buzzword these days, it's important to get an understanding of what it actually entitles. Read more
Published 22 months ago by Rascal
5.0 out of 5 stars The first (and last?) book on Practical REST development
The issue with REST is that depending on who you talk to, you'll get a different answer to "What is REST? Read more
Published on August 12, 2012 by General Consumer
5.0 out of 5 stars Wonderful book if you have complex and large data
PROS:
- Provides rigorous (and somewhat academic) description of RESTful-ness and Resource Oriented Architecture (ROA)
- Wonderful book if you have complex and large... Read more
Published on June 24, 2012 by Amazon Customer
1.0 out of 5 stars The most tedious, repetitive text I've ever read
Normally I don't contribute by writing reviews. I'm more reader than writer, but after I did plough through 250 pages of this book I feel obliged to write my first book... Read more
Published on December 24, 2011 by Sympaticon
Search Customer Reviews
Search these reviews only

What Other Items Do Customers Buy After Viewing This Item?


Forums


Look for Similar Items by Category