<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for stereolambda</title>
	<atom:link href="http://stereolambda.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereolambda.com</link>
	<description>( ([o] (o o)) ([o] (o o)) )</description>
	<lastBuildDate>Tue, 14 Jun 2011 13:57:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on The reason behind the half-REST design pattern by conveyancing</title>
		<link>http://stereolambda.com/2010/04/21/the-reason-behind-the-half-rest-design-pattern/#comment-176</link>
		<dc:creator><![CDATA[conveyancing]]></dc:creator>
		<pubDate>Tue, 14 Jun 2011 13:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=82#comment-176</guid>
		<description><![CDATA[Thanks  for every other wonderful article. The place else could anybody get that kind of info in such a perfect means of writing? I&#039;ve a presentation subsequent week, and I am at the look for such information.]]></description>
		<content:encoded><![CDATA[<p>Thanks  for every other wonderful article. The place else could anybody get that kind of info in such a perfect means of writing? I&#8217;ve a presentation subsequent week, and I am at the look for such information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Not all NoSQL are created equal by Tweets that mention Not all NoSQL are created equal « stereolambda -- Topsy.com</title>
		<link>http://stereolambda.com/2011/02/23/not-all-nosql-are-created-equal/#comment-173</link>
		<dc:creator><![CDATA[Tweets that mention Not all NoSQL are created equal « stereolambda -- Topsy.com]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 08:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.com/?p=116#comment-173</guid>
		<description><![CDATA[[...] This post was mentioned on Twitter by topnotchfrost, MongoLab. MongoLab said: @mongodb Not all NoSQL Are Equal: http://bit.ly/eE7FpG [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by topnotchfrost, MongoLab. MongoLab said: @mongodb Not all NoSQL Are Equal: <a href="http://bit.ly/eE7FpG" rel="nofollow">http://bit.ly/eE7FpG</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The reason behind the half-REST design pattern by fioricet pregnant</title>
		<link>http://stereolambda.com/2010/04/21/the-reason-behind-the-half-rest-design-pattern/#comment-138</link>
		<dc:creator><![CDATA[fioricet pregnant]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 12:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=82#comment-138</guid>
		<description><![CDATA[headache fioricetcarisoprodol fioricet 
Street has historically been characterized after martin luther king jr. the pursue is recently the long aegis wrongdoer, islamic with the custody to instance.]]></description>
		<content:encoded><![CDATA[<p>headache fioricetcarisoprodol fioricet<br />
Street has historically been characterized after martin luther king jr. the pursue is recently the long aegis wrongdoer, islamic with the custody to instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The reason behind the half-REST design pattern by topix percocet forum</title>
		<link>http://stereolambda.com/2010/04/21/the-reason-behind-the-half-rest-design-pattern/#comment-137</link>
		<dc:creator><![CDATA[topix percocet forum]]></dc:creator>
		<pubDate>Fri, 22 Oct 2010 23:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=82#comment-137</guid>
		<description><![CDATA[The respective banks of properties are rather appointed important, and not in investor of city.


percocet addiction symptoms
what is percocet]]></description>
		<content:encoded><![CDATA[<p>The respective banks of properties are rather appointed important, and not in investor of city.</p>
<p>percocet addiction symptoms<br />
what is percocet</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The reason behind the half-REST design pattern by JoostM</title>
		<link>http://stereolambda.com/2010/04/21/the-reason-behind-the-half-rest-design-pattern/#comment-134</link>
		<dc:creator><![CDATA[JoostM]]></dc:creator>
		<pubDate>Sat, 12 Jun 2010 12:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=82#comment-134</guid>
		<description><![CDATA[It doesn&#039;t matter which MIME types you support, as long as server and client both understand them. Content negotiation or supporting multiple MIME types is not a neccessity. Overloading POST is an acceptable work-around for clients not supporting PUT or DELETE - not pretty, but not a huge deal either. 

RESTfulness merely implies that the architecture is resource-oriented instead of RPC oriented. This means that every object that is interesting to the client has a URL and can be acted upon through HTTP methods on that URL. Again, it&#039;s not a neccessity to use PUT and DELETE, this can be put easily in the request body. 

If I send a POST to a URL and the form submission data in the request body includes a delete key instead of an update or a create key, the server knows enough to handle the request. It could even internally re-route it to the DELETE or PUT handlers, if so desired.

By contrast, SOAP puts method information and resource information all in the request body: all ever you do is send POST messages to the same URL. The request body is probably going to include some kind of ID to indicate which object is acted upon.]]></description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t matter which MIME types you support, as long as server and client both understand them. Content negotiation or supporting multiple MIME types is not a neccessity. Overloading POST is an acceptable work-around for clients not supporting PUT or DELETE &#8211; not pretty, but not a huge deal either. </p>
<p>RESTfulness merely implies that the architecture is resource-oriented instead of RPC oriented. This means that every object that is interesting to the client has a URL and can be acted upon through HTTP methods on that URL. Again, it&#8217;s not a neccessity to use PUT and DELETE, this can be put easily in the request body. </p>
<p>If I send a POST to a URL and the form submission data in the request body includes a delete key instead of an update or a create key, the server knows enough to handle the request. It could even internally re-route it to the DELETE or PUT handlers, if so desired.</p>
<p>By contrast, SOAP puts method information and resource information all in the request body: all ever you do is send POST messages to the same URL. The request body is probably going to include some kind of ID to indicate which object is acted upon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The reason behind the half-REST design pattern by Andrew Rodland</title>
		<link>http://stereolambda.com/2010/04/21/the-reason-behind-the-half-rest-design-pattern/#comment-133</link>
		<dc:creator><![CDATA[Andrew Rodland]]></dc:creator>
		<pubDate>Fri, 11 Jun 2010 19:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=82#comment-133</guid>
		<description><![CDATA[There&#039;s a red herring here; application/x-www-urlencoded is no less a serialization format than XML or JSON. Sure, it&#039;s a *simple* one, but a lot of data is simple. I see no reason not to use it, as appropriate.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a red herring here; application/x-www-urlencoded is no less a serialization format than XML or JSON. Sure, it&#8217;s a *simple* one, but a lot of data is simple. I see no reason not to use it, as appropriate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The reason behind the half-REST design pattern by Andre</title>
		<link>http://stereolambda.com/2010/04/21/the-reason-behind-the-half-rest-design-pattern/#comment-132</link>
		<dc:creator><![CDATA[Andre]]></dc:creator>
		<pubDate>Fri, 11 Jun 2010 09:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=82#comment-132</guid>
		<description><![CDATA[Ok so the obvious question here is why not use a popular web framework like django or rails, which include these things fo sho, and guide you pretty well.

By the point scale of that old dude going on about true RESTful-ness, these frameworks seem to be pretty high on that. Like 75%. Nobody can be 100% on that biblical RESTful stuff and still be practical.

But it&#039;s more than your &quot;half-REST&quot;]]></description>
		<content:encoded><![CDATA[<p>Ok so the obvious question here is why not use a popular web framework like django or rails, which include these things fo sho, and guide you pretty well.</p>
<p>By the point scale of that old dude going on about true RESTful-ness, these frameworks seem to be pretty high on that. Like 75%. Nobody can be 100% on that biblical RESTful stuff and still be practical.</p>
<p>But it&#8217;s more than your &#8220;half-REST&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why is JSON so popular? Developers want out of the syntax business. by M A Hossain Tonu</title>
		<link>http://stereolambda.com/2010/03/19/why-is-json-so-popular-developers-want-out-of-the-syntax-business/#comment-131</link>
		<dc:creator><![CDATA[M A Hossain Tonu]]></dc:creator>
		<pubDate>Mon, 24 May 2010 10:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=26#comment-131</guid>
		<description><![CDATA[Nice post :)
This could be a good read...
http://mahtonu.wordpress.com/2010/04/13/json-style-javascript-object-declaration/]]></description>
		<content:encoded><![CDATA[<p>Nice post <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
This could be a good read&#8230;<br />
<a href="http://mahtonu.wordpress.com/2010/04/13/json-style-javascript-object-declaration/" rel="nofollow">http://mahtonu.wordpress.com/2010/04/13/json-style-javascript-object-declaration/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why is JSON so popular? Developers want out of the syntax business. by Chris Strosser</title>
		<link>http://stereolambda.com/2010/03/19/why-is-json-so-popular-developers-want-out-of-the-syntax-business/#comment-122</link>
		<dc:creator><![CDATA[Chris Strosser]]></dc:creator>
		<pubDate>Fri, 23 Apr 2010 22:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=26#comment-122</guid>
		<description><![CDATA[@David J. - Nicely said!]]></description>
		<content:encoded><![CDATA[<p>@David J. &#8211; Nicely said!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The reason behind the half-REST design pattern by Top Posts &#8212; WordPress.com</title>
		<link>http://stereolambda.com/2010/04/21/the-reason-behind-the-half-rest-design-pattern/#comment-121</link>
		<dc:creator><![CDATA[Top Posts &#8212; WordPress.com]]></dc:creator>
		<pubDate>Fri, 23 Apr 2010 00:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://stereolambda.wordpress.com/?p=82#comment-121</guid>
		<description><![CDATA[[...]  The reason behind the half-REST design pattern Those of you plugged into the REST world have most likely seen at least one of Roy T. Fielding&#8217;s rants on [...] [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  The reason behind the half-REST design pattern Those of you plugged into the REST world have most likely seen at least one of Roy T. Fielding&#8217;s rants on [...] [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

