<?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: Using PATCH</title>
	<atom:link href="http://www.subbu.org/blog/2010/04/using-patch/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2010/04/using-patch</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 19:04:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-77955</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Mon, 05 Jul 2010 15:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-77955</guid>
		<description>That page requires a Safari login and access to the electronic copy. Perhaps you&#039;re not logged in?</description>
		<content:encoded><![CDATA[<p>That page requires a Safari login and access to the electronic copy. Perhaps you&#8217;re not logged in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hausenblas</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-77850</link>
		<dc:creator>Michael Hausenblas</dc:creator>
		<pubDate>Mon, 05 Jul 2010 07:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-77850</guid>
		<description>Subbu,

Thanks for the post! I tried to have a look at the PATCH example [1] but after a redirect it 404s - any help with this?

Cheers,
Michael

[1] http://my.safaribooksonline.com/9780596809140/recipe-how-to-use-patch</description>
		<content:encoded><![CDATA[<p>Subbu,</p>
<p>Thanks for the post! I tried to have a look at the PATCH example [1] but after a redirect it 404s &#8211; any help with this?</p>
<p>Cheers,<br />
Michael</p>
<p>[1] <a href="http://my.safaribooksonline.com/9780596809140/recipe-how-to-use-patch" rel="nofollow">http://my.safaribooksonline.com/9780596809140/recipe-how-to-use-patch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Banwart&#39;s Blog &#187; Blog Archive &#187; Distributed Weekly 45</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-62983</link>
		<dc:creator>Scott Banwart&#39;s Blog &#187; Blog Archive &#187; Distributed Weekly 45</dc:creator>
		<pubDate>Fri, 09 Apr 2010 14:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-62983</guid>
		<description>[...] Using PATCH [...]</description>
		<content:encoded><![CDATA[<p>[...] Using PATCH [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subbu</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-62086</link>
		<dc:creator>subbu</dc:creator>
		<pubDate>Mon, 05 Apr 2010 14:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-62086</guid>
		<description>@Bill: Yes – PATCH can inherently seem like tunneling a number of write instructions (such as increment X, delete Y, add Z etc.) in a single representation. Is that tunneling? Perhaps. If those micro updates need to be visible at the protocol level, then PATCH is the wrong method to use. If not, I don’t see a problem.</description>
		<content:encoded><![CDATA[<p>@Bill: Yes – PATCH can inherently seem like tunneling a number of write instructions (such as increment X, delete Y, add Z etc.) in a single representation. Is that tunneling? Perhaps. If those micro updates need to be visible at the protocol level, then PATCH is the wrong method to use. If not, I don’t see a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Burke</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-62070</link>
		<dc:creator>Bill Burke</dc:creator>
		<pubDate>Mon, 05 Apr 2010 13:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-62070</guid>
		<description>When you describe using PATCH in this way, doesn&#039;t it seem like PATCH just becomes a way to tunnel a method invocation?  So far, I&#039;d just much rather model this in hypermedia.</description>
		<content:encoded><![CDATA[<p>When you describe using PATCH in this way, doesn&#8217;t it seem like PATCH just becomes a way to tunnel a method invocation?  So far, I&#8217;d just much rather model this in hypermedia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: This Week in #REST – Volume 10 (Mar 29 2010 – Apr 4 2010) &#171; This week in REST</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-62005</link>
		<dc:creator>This Week in #REST – Volume 10 (Mar 29 2010 – Apr 4 2010) &#171; This week in REST</dc:creator>
		<pubDate>Mon, 05 Apr 2010 07:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-62005</guid>
		<description>[...] representation? &#8211; Thoughts about calling REST representation-based instead of resource-based. Using PATCH &#8211; On why it&#8217;s better to develop application specific representations for partial PATCH [...]</description>
		<content:encoded><![CDATA[<p>[...] representation? &#8211; Thoughts about calling REST representation-based instead of resource-based. Using PATCH &#8211; On why it&#8217;s better to develop application specific representations for partial PATCH [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subbu</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-61885</link>
		<dc:creator>subbu</dc:creator>
		<pubDate>Sun, 04 Apr 2010 18:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-61885</guid>
		<description>&lt;blockquote&gt;
So, what value is PATCH bringing to the table if you need application-specific diff formats? Why not just use POST?
&lt;/blockquote&gt;

Good question - but I don&#039;t see how PATCH is related to the representation format. IMO, these are orthogonal. Moreover, I am not sure if you can keep application specifics away from the representation formats. We tried with Atom, and we know how well it went.</description>
		<content:encoded><![CDATA[<blockquote><p>
So, what value is PATCH bringing to the table if you need application-specific diff formats? Why not just use POST?
</p></blockquote>
<p>Good question &#8211; but I don&#8217;t see how PATCH is related to the representation format. IMO, these are orthogonal. Moreover, I am not sure if you can keep application specifics away from the representation formats. We tried with Atom, and we know how well it went.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Nottingham</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-61884</link>
		<dc:creator>Mark Nottingham</dc:creator>
		<pubDate>Sun, 04 Apr 2010 18:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-61884</guid>
		<description>Urgh. So, what value is PATCH bringing to the table if you need application-specific diff formats? Why not just use POST?

I&#039;d rather live in a world where the applications &quot;business rules&quot; weren&#039;t so tied up in the representation that you can&#039;t update a bit of state without breaking something. Sure, this isn&#039;t going to fit all applications, but maybe those applications shouldn&#039;t be using PATCH...</description>
		<content:encoded><![CDATA[<p>Urgh. So, what value is PATCH bringing to the table if you need application-specific diff formats? Why not just use POST?</p>
<p>I&#8217;d rather live in a world where the applications &#8220;business rules&#8221; weren&#8217;t so tied up in the representation that you can&#8217;t update a bit of state without breaking something. Sure, this isn&#8217;t going to fit all applications, but maybe those applications shouldn&#8217;t be using PATCH&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goldoraf (Raphaël Rougeron)</title>
		<link>http://www.subbu.org/blog/2010/04/using-patch/comment-page-1#comment-61804</link>
		<dc:creator>goldoraf (Raphaël Rougeron)</dc:creator>
		<pubDate>Sun, 04 Apr 2010 03:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.subbu.org/?p=1157#comment-61804</guid>
		<description>Using PATCH HTTP method : http://www.subbu.org/blog/2010/04/using-patch</description>
		<content:encoded><![CDATA[<p>Using PATCH HTTP method : <a href="http://www.subbu.org/blog/2010/04/using-patch" rel="nofollow">http://www.subbu.org/blog/2010/04/using-patch</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

