<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jumping Through Hoops &#187; REST</title>
	<atom:link href="http://blog.jameshiggs.com/tags/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jameshiggs.com</link>
	<description>James Higgs&#039;s Blog</description>
	<lastBuildDate>Sun, 04 Sep 2011 12:46:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>REST links</title>
		<link>http://blog.jameshiggs.com/2007/12/07/rest-links/</link>
		<comments>http://blog.jameshiggs.com/2007/12/07/rest-links/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 10:27:51 +0000</pubDate>
		<dc:creator>higgis</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://blog.jameshiggs.com/2007/12/07/rest-links/</guid>
		<description><![CDATA[I&#8217;ve been doing some research into REST and API design over the last couple of days for a client. In my travels, I collected a few really useful links and quotes. The overriding feeling is that most APIs that claim to be REST APIs are in fact not. Most of them seem to be more [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some research into <a href="http://en.wikipedia.org/wiki/REST">REST</a> and API design over the last couple of days for a client. In my travels, I collected a few really useful links and quotes.</p>
<p>The overriding feeling is that most APIs that claim to be REST APIs are in fact not. Most of them seem to be more RPC-style services. The pragmatic part of me says that you should just do whatever works, while the perfectionist in me admires the simplicity and cleanliness of a true RESTful style.</p>
<p>Anyway, here are the links and quotes, in no particular order:</p>
<blockquote><p>There’s no way to get around platform differences when building distributed applications. The sooner people realize that, the better. – <cite>Dare Obasanjo</cite></p></blockquote>
<p>Mark Baker – <a href="http://www.markbaker.ca/blog/2005/04/14/accidentally-restful/">Accidentally RESTful</a></p>
<p>Dare Obasanjo – <a href="http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=7a2f3df2-83f7-471b-bbe6-2d8462060263">Misunderstanding REST: A look at the Bloglines, del.icio.us and Flickr APIs</a></p>
<p>Joe Gregorio – <a href="http://www.xml.com/pub/a/2004/12/01/restful-web.html">How to Create a REST Protocol</a></p>
<p>Roy Fielding – <a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm">Represetnational State Transfer (REST)</a> &#8211; the original dissertation that coined the term REST.</p>
<p>Excellent concrete example of a RESTful API:</p>
<blockquote><p>Instead of a “turnOnTheLightbulb?” request to a server object, we have a PUT “true” to the http://example.com/lightbulb/lit object supplied by the server. The http://example.com/lightbulb/lit object also responds to a GET request that returns true or false. POST is an “add information” request that doesn’t make sense for the lightbulb, nor does it really make sense to DELETE the lightbulb. So those requests would fail with a response indicating the fact. – <a href="http://rest.blueoxen.net/cgi-bin/wiki.pl?RestInPlainEnglish">from REST in plain English</a></p></blockquote>
<p>Dare Obasanjo – <a href="http://www.25hoursaday.com/weblog/CommentView.aspx?guid=63db890f-a559-4a8b-b480-d746607faedc">WS-* is to REST as Theory is to Practice</a> – read the comments too: they&#8217;re brilliant.</p>
<p>Steve Vinoski – <a href="http://steve.vinoski.net/blog/2007/10/04/the-esb-question/">The ESB Question</a> includes a great quote:</p>
<blockquote><p>Frankly, if I were an enterprise architect today, and I were genuinely concerned about development costs, agility, and extensibility, I’d be looking to solve everything I possibly could with dynamic languages and REST, and specifically the HTTP variety of REST. I’d avoid ESBs and the typical enterprise middleware frameworks unless I had a problem that really required them [...]. I’d also try to totally avoid SOAP and WS-*</p></blockquote>
<p>The comments there are also a must.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameshiggs.com/2007/12/07/rest-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

