<?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: Users and self-description</title>
	<atom:link href="http://www.markbaker.ca/blog/2007/11/users-and-self-description/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markbaker.ca/blog/2007/11/users-and-self-description/</link>
	<description>Celebrating the power of the Web</description>
	<lastBuildDate>Fri, 26 Aug 2011 20:00:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Patrick Mueller</title>
		<link>http://www.markbaker.ca/blog/2007/11/users-and-self-description/comment-page-1/#comment-290</link>
		<dc:creator>Patrick Mueller</dc:creator>
		<pubDate>Fri, 09 Nov 2007 13:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbaker.ca/blog/2007/11/09/users-and-self-description/#comment-290</guid>
		<description>Your description of the &quot;shopping cart problem&quot; reminds me of the discussions on batching requests that have recently come up.  To some extent, you could imagine a shopping cart as a set of resources that you&#039;ve GETted, and that checking out, you&#039;d like to POST to all of them at once.  That&#039;s not quite right of course, you&#039;d want to represent the items as a capability of being purchased, and the POST to them executes it, or something.  But anyway, this is a great example of the problems with batching, if you think about the real life situation of a &quot;price change&quot; or other status change of the item.  A customer might want to just remove that item from the cart, they may decide to not buy anything, they may decide to complain to the store management.

So, actually, I think a web browser COULD handle this case fairly easily, but it actually greatly complicates the ensuing understanding of the client / server interface, which is probably not a good thing.</description>
		<content:encoded><![CDATA[<p>Your description of the &#8220;shopping cart problem&#8221; reminds me of the discussions on batching requests that have recently come up.  To some extent, you could imagine a shopping cart as a set of resources that you&#8217;ve GETted, and that checking out, you&#8217;d like to POST to all of them at once.  That&#8217;s not quite right of course, you&#8217;d want to represent the items as a capability of being purchased, and the POST to them executes it, or something.  But anyway, this is a great example of the problems with batching, if you think about the real life situation of a &#8220;price change&#8221; or other status change of the item.  A customer might want to just remove that item from the cart, they may decide to not buy anything, they may decide to complain to the store management.</p>
<p>So, actually, I think a web browser COULD handle this case fairly easily, but it actually greatly complicates the ensuing understanding of the client / server interface, which is probably not a good thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

