<?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: RESTful Partial Updates</title>
	<atom:link href="http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/</link>
	<description>This Must Be the Place (Naive Melody)</description>
	<lastBuildDate>Thu, 10 Sep 2009 06:17:03 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/comment-page-1/#comment-7333</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Sun, 17 Feb 2008 23:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/#comment-7333</guid>
		<description>Nice attempt. You solved the code problem - not just the diff format problem. Wish there is a similar solution for XML.</description>
		<content:encoded><![CDATA[<p>Nice attempt. You solved the code problem &#8211; not just the diff format problem. Wish there is a similar solution for XML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsayre</title>
		<link>http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/comment-page-1/#comment-7282</link>
		<dc:creator>rsayre</dc:creator>
		<pubDate>Sat, 16 Feb 2008 03:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/#comment-7282</guid>
		<description>We have hardware cache / SSL accelerators that don&#039;t get along with Wordpress.</description>
		<content:encoded><![CDATA[<p>We have hardware cache / SSL accelerators that don&#8217;t get along with Wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Snell</title>
		<link>http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/comment-page-1/#comment-7281</link>
		<dc:creator>James Snell</dc:creator>
		<pubDate>Sat, 16 Feb 2008 03:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/#comment-7281</guid>
		<description>Thanks for fixing it. Unrelated: I&#039;m not sure why but I&#039;m seeing some strange caching issue with your blog.  I left the comment, verified that it was there. Refreshed the page a few minutes later to see if you had responded, and it was gone. Refreshed a few more times, making sure that my local cache was cleared, and it was still gone.  Then, it was back, with your response.  I decided to come back to thank you for updating the post the comment (and your response) were gone again.  Refresh the page again, and now they&#039;re back.</description>
		<content:encoded><![CDATA[<p>Thanks for fixing it. Unrelated: I&#8217;m not sure why but I&#8217;m seeing some strange caching issue with your blog.  I left the comment, verified that it was there. Refreshed the page a few minutes later to see if you had responded, and it was gone. Refreshed a few more times, making sure that my local cache was cleared, and it was still gone.  Then, it was back, with your response.  I decided to come back to thank you for updating the post the comment (and your response) were gone again.  Refresh the page again, and now they&#8217;re back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsayre</title>
		<link>http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/comment-page-1/#comment-7280</link>
		<dc:creator>rsayre</dc:creator>
		<pubDate>Sat, 16 Feb 2008 02:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/#comment-7280</guid>
		<description>Sure, PATCH is more explicit. In theory. In practice, you&#039;d need a POST-accepting resource that didn&#039;t want to apply it... hey, an Atom media collection is a good real world example of this. You&#039;re right. I&#039;ll update the blog post.</description>
		<content:encoded><![CDATA[<p>Sure, PATCH is more explicit. In theory. In practice, you&#8217;d need a POST-accepting resource that didn&#8217;t want to apply it&#8230; hey, an Atom media collection is a good real world example of this. You&#8217;re right. I&#8217;ll update the blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Snell</title>
		<link>http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/comment-page-1/#comment-7278</link>
		<dc:creator>James Snell</dc:creator>
		<pubDate>Sat, 16 Feb 2008 02:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/#comment-7278</guid>
		<description>Definitely better than Joe&#039;s suggestion but using POST still leaves the client tied to whatever meaning any particular server chooses to assign to that operation.  That is, POSTing a x-application/json-sync to one URI (e.g an Atompub edit uri) can have an entirely different meaning than POSTing the same thing to a different uri (e.g. an atompub collection URI).  With PATCH, on the other hand, the request means the same thing in both places.</description>
		<content:encoded><![CDATA[<p>Definitely better than Joe&#8217;s suggestion but using POST still leaves the client tied to whatever meaning any particular server chooses to assign to that operation.  That is, POSTing a x-application/json-sync to one URI (e.g an Atompub edit uri) can have an entirely different meaning than POSTing the same thing to a different uri (e.g. an atompub collection URI).  With PATCH, on the other hand, the request means the same thing in both places.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsayre</title>
		<link>http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/comment-page-1/#comment-7277</link>
		<dc:creator>rsayre</dc:creator>
		<pubDate>Sat, 16 Feb 2008 01:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/rob-sayre/2008/02/15/restful-partial-updates/#comment-7277</guid>
		<description>Craig, I used POST.</description>
		<content:encoded><![CDATA[<p>Craig, I used POST.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
