Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

Quantity: 

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

Have one to sell? Sell yours here
 
   
Tell a Friend
RESTful Web Services
 
See larger image
 
RESTful Web Services (Paperback)
by Leonard Richardson (Author), Sam Ruby (Author)
4.0 out of 5 stars 3 customer reviews (3 customer reviews)
RRP: £28.50
Price: £19.95 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £8.55 (30%)
Availability: In stock. Dispatched from and sold by Amazon.co.uk.

Want guaranteed delivery by 1pm Tuesday, May 13? Choose Express delivery at checkout. See Details

47 used & new available from £11.45

Perfect Partner

Buy this book with Building Scalable Web Sites: Building, scaling, and optimizing the next generation of web applications by Cal Henderson today!

RESTful Web Services Building Scalable Web Sites: Building, scaling, and optimizing the next generation of web applications
Buy Together Today: £39.90

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

5.0 out of 5 stars (2)  £20.25
Beautiful Code: Leading Programmers Explain How They Think (Theory in Practice (O'Reilly))

Beautiful Code: Leading Programmers Explain How They Think (Theory in Practice (O'Reilly)) by Andy Oram

£20.79
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.5 out of 5 stars (2)  £19.95
Agile Web Development with Rails (Pragmatic Programmers)

Agile Web Development with Rails (Pragmatic Programmers) by Dave Thomas

4.9 out of 5 stars (15)  £18.53
High Performance Web Sites: Essential Knowledge for Front-End Engineers: Essential Knowledge for Front-end Engineers

High Performance Web Sites: Essential Knowledge for Front-End Engineers: Essential Knowledge for Front-end Engineers by Steve Souders

4.5 out of 5 stars (2)  £12.03
Explore similar items : Books (50)

Product details

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
Web Services Management
www.managedmethods.com    Manage REST style Web Services JaxView SOA Management 
Web Hosting Service £5.95
www.WebFusion.co.uk    Huge WebSpace & traffic from the UK experts. Award winning Service
Free website hosting
www.one.com    1000MB Web space and .com or .co.uk free for 1 year. Setup fee only £9 

Product Description
Synopsis
"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.


Customers Who Viewed This Item Also Viewed

Programming Collective Intelligence: Building Smart Web 2.0 Applications

Programming Collective Intelligence: Building Smart Web 2.0 Applications by Toby Segaran

5.0 out of 5 stars (2)  £20.25
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.5 out of 5 stars (2)  £19.95
High Performance Web Sites: Essential Knowledge for Front-End Engineers: Essential Knowledge for Front-end Engineers

High Performance Web Sites: Essential Knowledge for Front-End Engineers: Essential Knowledge for Front-end Engineers by Steve Souders

4.5 out of 5 stars (2)  £12.03
Visualizing Data

Visualizing Data by Ben Fry

£16.24
Beautiful Code: Leading Programmers Explain How They Think (Theory in Practice (O'Reilly))

Beautiful Code: Leading Programmers Explain How They Think (Theory in Practice (O'Reilly)) by Andy Oram

£20.79
Explore similar items : Books (47)

 
Customer Reviews
3 Reviews
5 star: 33%  (1)
4 star: 33%  (1)
3 star: 33%  (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
 
 
 
Share your thoughts with other customers:
Write an online review
Most Helpful Customer Reviews

 
6 of 7 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? YesNo (Report this)



 
3.0 out of 5 stars RESTful but also Rubyful, 28 April 2008
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? YesNo