<?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: A RESTful version of Amazon&#8217;s SimpleDB</title>
	<atom:link href="http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb</link>
	<description>HTTP, REST and some Cycling</description>
	<lastBuildDate>Fri, 12 Mar 2010 22:08:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lark</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-7707</link>
		<dc:creator>Lark</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-7707</guid>
		<description>Interesting to know.</description>
		<content:encoded><![CDATA[<p>Interesting to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-187</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Fri, 22 Feb 2008 08:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-187</guid>
		<description>Agreed :)
</description>
		<content:encoded><![CDATA[<p>Agreed :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Olsen</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-186</link>
		<dc:creator>Tim Olsen</dc:creator>
		<pubDate>Fri, 22 Feb 2008 08:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-186</guid>
		<description>If you know what the URI will be ahead of time, you can use PUT to create a resource.

So instead of:

1. POST /{AWSAccessKeyId}/domains
2.
3. DomainName={DomainName}

Just do:

PUT /{AWSAccessKeyId}/domains/DomainName

Now it&#039;s idempotent.  :-)
</description>
		<content:encoded><![CDATA[<p>If you know what the URI will be ahead of time, you can use PUT to create a resource.</p>
<p>So instead of:</p>
<p>1. POST /{AWSAccessKeyId}/domains<br />
2.<br />
3. DomainName={DomainName}</p>
<p>Just do:</p>
<p>PUT /{AWSAccessKeyId}/domains/DomainName</p>
<p>Now it&#8217;s idempotent.  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subbu.org</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-190</link>
		<dc:creator>subbu.org</dc:creator>
		<pubDate>Thu, 21 Feb 2008 18:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-190</guid>
		<description>&lt;strong&gt;Idempotency Explained&lt;/strong&gt;

In response to David Peterson&#039;s The SimpleDB Epiphany: I Finally GET It... Why RFC 2616 Is To Blame I posted a quick note here, and a few comments on his blog. He asked a few questions, but as I got caught up with my day job, I could not completely elaborate my comment ...
</description>
		<content:encoded><![CDATA[<p><strong>Idempotency Explained</strong></p>
<p>In response to David Peterson&#8217;s The SimpleDB Epiphany: I Finally GET It&#8230; Why RFC 2616 Is To Blame I posted a quick note here, and a few comments on his blog. He asked a few questions, but as I got caught up with my day job, I could not completely elaborate my comment &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jolley</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-185</link>
		<dc:creator>Chris Jolley</dc:creator>
		<pubDate>Mon, 28 Jan 2008 13:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-185</guid>
		<description>+1

I&#039;d like to see the ability to handle multiple Items in a single request, especially when returning sets of data.

{ItemName} =&gt; {*} {1,2,4} or {1-10}
</description>
		<content:encoded><![CDATA[<p>+1</p>
<p>I&#8217;d like to see the ability to handle multiple Items in a single request, especially when returning sets of data.</p>
<p>{ItemName} => {*} {1,2,4} or {1-10}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pik</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-184</link>
		<dc:creator>pik</dc:creator>
		<pubDate>Tue, 22 Jan 2008 14:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-184</guid>
		<description>+1 TO ianbicking.org.

PS: as lightly colorblind person, the captcha is a hell.

PS2: this blog does not survive the &quot;back button&quot; test, comment get lost, is this restful ?
</description>
		<content:encoded><![CDATA[<p>+1 TO ianbicking.org.</p>
<p>PS: as lightly colorblind person, the captcha is a hell.</p>
<p>PS2: this blog does not survive the &#8220;back button&#8221; test, comment get lost, is this restful ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dare Obasanjo aka Carnage4Life</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-189</link>
		<dc:creator>Dare Obasanjo aka Carnage4Life</dc:creator>
		<pubDate>Fri, 21 Dec 2007 17:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-189</guid>
		<description>&lt;strong&gt;Amazon SimpleDB: The Good, the Bad and the Ugly&lt;/strong&gt;


</description>
		<content:encoded><![CDATA[<p><strong>Amazon SimpleDB: The Good, the Bad and the Ugly</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-183</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Fri, 21 Dec 2007 16:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-183</guid>
		<description>&quot;Agree with the above that querystrings seem like a better approach for some of these thigns.&quot;

IMO, query strings should only be used for those things that can not be mapped into URIs. The URI path segments identify resource structure (as trees or graphs) more meaningfully.


&quot;Also, are you really suggesting:
POST /{AWSAccessKeyId}/domains/{DomainName}/items/{ItemName}/attributes ?

Or do you mean:
POST /{AWSAccessKeyId}/{DomainName}/{ItemName}/attributes ?&quot;

For this example, either should be fine. I inserted &quot;/domains&quot;, &quot;/items&quot; etc. for extensibility reasons. In future, you may insert other kinds of sub-resources.
</description>
		<content:encoded><![CDATA[<p>&#8220;Agree with the above that querystrings seem like a better approach for some of these thigns.&#8221;</p>
<p>IMO, query strings should only be used for those things that can not be mapped into URIs. The URI path segments identify resource structure (as trees or graphs) more meaningfully.</p>
<p>&#8220;Also, are you really suggesting:<br />
POST /{AWSAccessKeyId}/domains/{DomainName}/items/{ItemName}/attributes ?</p>
<p>Or do you mean:<br />
POST /{AWSAccessKeyId}/{DomainName}/{ItemName}/attributes ?&#8221;</p>
<p>For this example, either should be fine. I inserted &#8220;/domains&#8221;, &#8220;/items&#8221; etc. for extensibility reasons. In future, you may insert other kinds of sub-resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pwb</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-182</link>
		<dc:creator>pwb</dc:creator>
		<pubDate>Fri, 21 Dec 2007 11:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-182</guid>
		<description>Agree with the above that querystrings seem like a better approach for some of these thigns.

Also, are you really suggesting:
POST /{AWSAccessKeyId}/domains/{DomainName}/items/{ItemName}/attributes ?

Or do you mean:
POST /{AWSAccessKeyId}/{DomainName}/{ItemName}/attributes ?
</description>
		<content:encoded><![CDATA[<p>Agree with the above that querystrings seem like a better approach for some of these thigns.</p>
<p>Also, are you really suggesting:<br />
POST /{AWSAccessKeyId}/domains/{DomainName}/items/{ItemName}/attributes ?</p>
<p>Or do you mean:<br />
POST /{AWSAccessKeyId}/{DomainName}/{ItemName}/attributes ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2007/12/a-restful-version-of-amazons-simpledb/comment-page-1#comment-181</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Fri, 21 Dec 2007 09:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/12/a-restful-version-of-amazons-simpledb/#comment-181</guid>
		<description>You are right - it does not make sense, but that is how it is currently defined by Amazon.
</description>
		<content:encoded><![CDATA[<p>You are right &#8211; it does not make sense, but that is how it is currently defined by Amazon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
