InfoQ

News

Interview and Book Excerpt: RESTful Web Services

Posted by Stefan Tilkov on Jun 01, 2007 01:10 AM

Community
SOA
Topics
REST ,
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.
Data not personal observations please.... by Steve Jones Posted Jun 2, 2007 6:42 PM
Re: Data not personal observations please.... by Stefan Tilkov Posted Jun 3, 2007 3:15 AM
Re: Data not personal observations please.... by Mark Hansen Posted Jun 5, 2007 8:53 PM
Re: Data not personal observations please.... by Carfield Yim Posted Jun 11, 2007 3:19 AM
  1. Back to top

    Data not personal observations please....

    Jun 2, 2007 6:42 PM 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....

    Jun 3, 2007 3:15 AM 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....

    Jun 5, 2007 8:53 PM 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....

    Jun 11, 2007 3:19 AM by Carfield Yim

    Few business organizations using that http://www.netglobal.com/products/documents/olsa_integration_guide_1_1.pdf http://www-306.ibm.com/software/ebusiness/jstart/casestudies/jpmorganchase.shtml

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.