<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: REST FAQ</title>
	<atom:link href="http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/</link>
	<description>A blog about programming in .NET and Java</description>
	<lastBuildDate>Mon, 19 May 2008 21:44:31 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alef Arendsen</title>
		<link>http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/comment-page-1/#comment-1184</link>
		<dc:creator>Alef Arendsen</dc:creator>
		<pubDate>Sat, 29 Mar 2008 05:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springframework.com/arjen/archives/2008/03/18/rest-faq/#comment-1184</guid>
		<description>&lt;p&gt;Well, you could consider the retrieval of the FAQ an algorithm too. Everytime the FAQ is retrieved, the algorithm should determine the most frequently asked questions. This URL apparently determines all the FAQs to form the RestFaq&lt;/p&gt;

&lt;p&gt;Okay, it&#039;s Saturday morning 6am, I can&#039;t sleep... Maybe I should stop making silly remarks as these :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, you could consider the retrieval of the FAQ an algorithm too. Everytime the FAQ is retrieved, the algorithm should determine the most frequently asked questions. This URL apparently determines all the FAQs to form the RestFaq</p>

<p>Okay, it&#8217;s Saturday morning 6am, I can&#8217;t sleep&#8230; Maybe I should stop making silly remarks as these <img src='http://blog.springsource.com/arjen/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rossen</title>
		<link>http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/comment-page-1/#comment-1183</link>
		<dc:creator>Rossen</dc:creator>
		<pubDate>Sat, 22 Mar 2008 13:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springframework.com/arjen/archives/2008/03/18/rest-faq/#comment-1183</guid>
		<description>&lt;p&gt;Well, then again the Spring forums are not running on Spring :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, then again the Spring forums are not running on Spring <img src='http://blog.springsource.com/arjen/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Poutsma</title>
		<link>http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/comment-page-1/#comment-1182</link>
		<dc:creator>Arjen Poutsma</dc:creator>
		<pubDate>Fri, 21 Mar 2008 11:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springframework.com/arjen/archives/2008/03/18/rest-faq/#comment-1182</guid>
		<description>&lt;p&gt;No. Both PUT and POST can be used to create new Resources. POST as a sub-resource of another, when the server picks the target location; PUT when the target location is known.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No. Both PUT and POST can be used to create new Resources. POST as a sub-resource of another, when the server picks the target location; PUT when the target location is known.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Iwein</title>
		<link>http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/comment-page-1/#comment-1181</link>
		<dc:creator>Iwein</dc:creator>
		<pubDate>Thu, 20 Mar 2008 23:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springframework.com/arjen/archives/2008/03/18/rest-faq/#comment-1181</guid>
		<description>&lt;p&gt;&quot;Roughly, GET means &quot;get&quot; and DELETE means &quot;delete&quot;. The meaning of PUT and POST, and the differences between them, isn&#039;t quite so clear cut unfortunately, so a couple of standalone attempts have been made to explain it.&quot;&lt;/p&gt;

&lt;p&gt;Isn&#039;t the difference between PUT and POST as clear as the difference between C and U in CRUD?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Roughly, GET means &#8220;get&#8221; and DELETE means &#8220;delete&#8221;. The meaning of PUT and POST, and the differences between them, isn&#8217;t quite so clear cut unfortunately, so a couple of standalone attempts have been made to explain it.&#8221;</p>

<p>Isn&#8217;t the difference between PUT and POST as clear as the difference between C and U in CRUD?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Poutsma</title>
		<link>http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/comment-page-1/#comment-1180</link>
		<dc:creator>Arjen Poutsma</dc:creator>
		<pubDate>Tue, 18 Mar 2008 10:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springframework.com/arjen/archives/2008/03/18/rest-faq/#comment-1180</guid>
		<description>&lt;p&gt;Well, the RESTful Web Services book says: &lt;em&gt;use query variables to imply inputs into an algorithm, for example: /search?q=jellyfish&amp;start=20&lt;/em&gt;. I don&#039;t think the retrieval of a FAQ is an algorithm.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, the RESTful Web Services book says: <em>use query variables to imply inputs into an algorithm, for example: /search?q=jellyfish&amp;start=20</em>. I don&#8217;t think the retrieval of a FAQ is an algorithm.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Tilkov</title>
		<link>http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/comment-page-1/#comment-1179</link>
		<dc:creator>Stefan Tilkov</dc:creator>
		<pubDate>Tue, 18 Mar 2008 06:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springframework.com/arjen/archives/2008/03/18/rest-faq/#comment-1179</guid>
		<description>&lt;p&gt;Huh? How would a URI be RESTful or not RESTful? If the FAQ were hosted at http://example.com/lksjdlaksjdlkasjdlkajskldjaslkdjalksjd -- would that be more RESTful?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Huh? How would a URI be RESTful or not RESTful? If the FAQ were hosted at <a href="http://example.com/lksjdlaksjdlkasjdlkajskldjaslkdjalksjd" rel="nofollow">http://example.com/lksjdlaksjdlkasjdlkajskldjaslkdjalksjd</a> &#8212; would that be more RESTful?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: php code and scripts &#187; Blog Archive &#187; REST FAQ</title>
		<link>http://blog.springsource.com/arjen/archives/2008/03/18/rest-faq/comment-page-1/#comment-1178</link>
		<dc:creator>php code and scripts &#187; Blog Archive &#187; REST FAQ</dc:creator>
		<pubDate>Tue, 18 Mar 2008 00:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springframework.com/arjen/archives/2008/03/18/rest-faq/#comment-1178</guid>
		<description>&lt;p&gt;[...] Aaron Forgue wrote an interesting post today onHere&#8217;s a quick excerptApparently, the REST FAQ is hosted at:. http://rest.blueoxen.net/cgi-bin/wiki.pl?RestFaq. Quite a RESTful URI! [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Aaron Forgue wrote an interesting post today onHere&#8217;s a quick excerptApparently, the REST FAQ is hosted at:. <a href="http://rest.blueoxen.net/cgi-bin/wiki.pl?RestFaq" rel="nofollow">http://rest.blueoxen.net/cgi-bin/wiki.pl?RestFaq</a>. Quite a RESTful URI! [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
