Re: "good" web service api

From: Ed Summers <ehs_at_nyob>
Date: Sun, 1 Jul 2007 15:52:40 -0400
To: CODE4LIB_at_listserv.nd.edu
On 6/30/07, Alexander Johannesen <alexander.johannesen_at_gmail.com> wrote:
> Seriously, before you do anything, read the book "Restful WebServices"
> by Sam Ruby and Leonard Richardson
> (http://www.oreilly.com/catalog/9780596529260/). I'd do it the ROA way
> (and have for some time; resource oriented architecture), but I do
> understand it puts certain strain on the areas of the brain
> responsible for learning conceptually new things.

This is excellent advice IMHO -- thinking in terms of resources
instead of verbs is a huge leap forward to web applications that are
*in* the web rather than *on* the web.

The funny thing about Resource Oriented Architecture (aka REST) is
that from a distance it may appear to be
yet-another-new-thing-to-learn; but if you've been building web
applications as long as Eric has, spending an hour into understanding
REST will probably turn out to be more of a déjà vu epiphany
experience than anything.

//Ed
Received on Sun Jul 01 2007 - 13:47:02 EDT