or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
41 used & new from £14.99

Have one to sell? Sell yours here
 
   
RESTful Web Services
 
 

RESTful Web Services (Paperback)

by Leonard Richardson (Author), Sam Ruby (Author)
4.0 out of 5 stars  See all reviews (4 customer reviews)
RRP: £30.99
Price: £17.73 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £13.26 (43%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
30 new from £14.99 11 used from £15.85

Frequently Bought Together

RESTful Web Services + Programming Collective Intelligence: Building Smart Web 2.0 Applications + High Performance Web Sites: Essential Knowledge for Front-End Engineers
Price For All Three: £49.02

Show availability and shipping details


Customers Who Bought This Item Also Bought

Programming Collective Intelligence: Building Smart Web 2.0 Applications

Programming Collective Intelligence: Building Smart Web 2.0 Applications

by Toby Segaran
4.1 out of 5 stars (9)  £18.46
High Performance Web Sites: Essential Knowledge for Front-End Engineers

High Performance Web Sites: Essential Knowledge for Front-End Engineers

by Steve Souders
4.8 out of 5 stars (6)  £12.83
Building Scalable Web Sites: Building, scaling, and optimizing the next generation of web applications

Building Scalable Web Sites: Building, scaling, and optimizing the next generation of web applications

by Cal Henderson
4.3 out of 5 stars (3)  £17.33
RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5

RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5

by Jon Flanders
3.0 out of 5 stars (1)  £17.90
Java Web Services: Up and Running

Java Web Services: Up and Running

by Martin Kalin
4.0 out of 5 stars (1)  £15.95
Explore similar items

Product details

  • Paperback: 446 pages
  • Publisher: O'Reilly Media, Inc.; illustrated edition edition (8 May 2007)
  • Language English
  • ISBN-10: 0596529260
  • ISBN-13: 978-0596529260
  • Product Dimensions: 23.1 x 17.8 x 2.8 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 21,434 in Books (See Bestsellers in Books)

    Popular in these categories:

    #1 in  Books > Computing & Internet > Programming > Languages > XML > Web Services
    #5 in  Books > Computing & Internet > Computer Science > Architecture & Microprocessors > Architecture & Logic
    #69 in  Books > Study Books > Professional > Computing > Computer Science

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Web Services for SOA opens new browser window
wso2.com/ESB-Web-Services  -  WSO2 Open Source ESB. Support for REST, SOAP, EDI. Download Now! 
   First in API Security opens new browser window
www.Layer7Tech.com  -  the leader in API, XML and Cloud security and management - learn why 
   Web service opens new browser window
business.BT.com/hosting  -  Want an effective business website? Sign Up now for a Free Review 
  
 

Product Description

Product 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); and 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. It also shows you how to implement RESTful services in three popular frameworks - Ruby on Rails, Restlet (for Java), and Django (for Python), and focuses on practical issues such as: 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.


About the Author

Leonard Richardson has been programming since he was eight years old. Recently, the quality of his code has improved somewhat. He is responsible for libraries in many languages, including Rubyful Soup. A California native, he now works in New York and maintains a web site at http://www.crummy.com/.

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.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

4 Reviews
5 star:
 (1)
4 star:
 (2)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 7 people found the following review helpful:
3.0 out of 5 stars RESTful but also Rubyful, 28 April 2008
By M. J. Edwards (UK) - See all my reviews
(REAL NAME)   
This is a good book on the principles of RESTful web services and a useful reminder of the principles of REST itself.

Clearly written with lots of examples. The authors are clearly passionate about REST and RESTful services and explain their viewpoint well.

However, at times, the passion spills over into polemics, which can distract.

For me, the worst aspect of the book is that the bulk of its examples are written in Ruby. I'm not very familiar with Ruby or Ruby on Rails - and Ruby syntax is hard to grasp for the uninitiated (ie me!). It also works some examples that depend on particular Ruby libraries that don't have counterparts in other languages.

It is particularly disappointing that there are not more examples in JavaScript, addressing the substantial Ajax community - Chapter 11 deals with "Ajax Applications as REST Clients" and covers useful ground, but it would be better to see more.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 5 people found the following review helpful:
4.0 out of 5 stars Disappointing, 8 Oct 2008
By C. Jack "colinjack" (Edinburgh) - See all my reviews
(REAL NAME)   
I like some of the ideas of REST but have some issues with this book:

1) Too much code, and too much ruby code.
2) Doesn't do enough to contrast REST with other approaches and/or explaining where the authors think each approach works well. Of course there was a comparison with a Web services based approach but I would have liked to read more about the wider picture. For example how the authors use REST in addition to SOA/DDD/messaging, assuming that they don't feel that one size fits all.
3) Examples of social bookmarking are useful but how about examples involving pub/sub within the enterprise, or long running work flows involving multiple systems. If you search hard on the Web you can find examples of using REST in such situations but in all honesty they are few and far between.

So all in all I found the book a bit of a let down, though still worth a read as there really aren't many good alternatives.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 11 people found the following review helpful:
4.0 out of 5 stars An excellent book on REST, 2 Sep 2007
This is probably the only decent book available on using REST, It is an excellent read, short and concise and the most up to date.
I have read all the book and have found the examples to be excellent and complete. The book covers quite a few languages, which can help if you area contractor like me who comes accross and uses various languages.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Excellent book on REST
Very clear, well written, and informative. It includes plenty of clear examples. It's also very readable - which tends to be a rare quality in technical books.
Published 20 months ago by anonymous

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.