InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Interview and Book Excerpt: RESTful Web Services

Posted by Stefan Tilkov on Jun 01, 2007

Sections
Architecture & Design,
Enterprise Architecture
Topics
REST ,
SOA ,
Web Services
Tags
Web services ,
WS-Star
Today, InfoQ publishes a sample chapter from "RESTful Web Services", a book authored by Leonard Richardson and Sam Ruby that covers the principles of the REST style, and explains how to build RESTful applications using Ruby on Rails, Restlet (for Java) and Django (for Python).

The book has received a number of very positive reviews, e.g. from Thomas Beck, Jon Udell, Paul Sandoz, and Corey Goldberg.

InfoQ's Stefan Tilkov had a chance to talk to the authors about their motivations for writing this book, their views on REST, and the difference to the SOAP/WSDL Web services approach.

Download the sample chapter and read the interview.
  • This article is part of a featured topic series on SOA
Data not personal observations please.... by Steve Jones Posted
Re: Data not personal observations please.... by Stefan Tilkov Posted
Re: Data not personal observations please.... by Mark Hansen Posted
Re: Data not personal observations please.... by Yim Carfield Posted
Re: Data not personal observations please.... by Kevin Pauli Posted
  1. Back to top

    Data not personal observations please....

    by Steve Jones

    I'm a bit disappointed to see personal viewpoints reported as being facts (and not being challenged)

    That, and the observation that the number of publicly available SOAP stacks continues to exceed the number of publicly deployed SOAP web services.

    The only problem with that comment is that it is backed up by no actual data and is spectacularly wrong. There are huge number of Web Services, many mandated by standards groups, being used to integrate between commercial organisations, across the internet, which are transacting massive amounts of information and function, add to this the internal Web Services from the likes of SAP and Oracle (often used in remote data centres... across the internet) and rapidly we get thousands (and more) of Web Services whose calls are going over the internet. If you need some published references there are lots (and lots) available including some from a company called "IBM" who even claim to be using WS-Security over the internet.

    I guess if you take "publicly deployed" to mean "blogged about and done as a hobby" then it could be right, but in terms of deployed by commerical organisations and publicised to other companies then it is just plain wrong. REST has its merits, and I don't think they are well served by ignoring commercial uses of technology. It almost seems to backup the "REST is Cool, WS is for careers" argument :)

    Nice to see somebody talking about service description and security with REST though.

  2. Back to top

    Re: Data not personal observations please....

    by Stefan Tilkov

    I did not challenge this for three reasons. First, this is an interview, so it's pretty clear Sam (in this case) was speaking for himself, and everyone's invited to take this with a grain of salt only. Secondly, this seemed to be an obivous tongue-in-cheek remark. The third and last reason is personal bias on the interviewer's side :-)

  3. Back to top

    Re: Data not personal observations please....

    by Mark Hansen

    What are some of the "huge number" of SOAP Web Services out there? I've worked with eBay and Amazon. I'm looking for some more that I can use as examples.

  4. Back to top

    Re: Data not personal observations please....

    by Yim Carfield

  5. Back to top

    Re: Data not personal observations please....

    by Kevin Pauli

    Funny, neither of those links work anymore. If only they had used "cool" URIs... :)

Educational Content

Jesper Boeg on Priming Kanban

In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.