<?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: REST in IIS</title>
	<atom:link href="http://codepoetics.com/poetix/2004/11/04/rest-in-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://codepoetics.com/poetix/2004/11/04/rest-in-iis/</link>
	<description>mocking the ways of true grown men</description>
	<lastBuildDate>Sat, 06 Mar 2010 04:10:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Blogmarks &#171; michelc Blog</title>
		<link>http://codepoetics.com/poetix/2004/11/04/rest-in-iis/comment-page-1/#comment-11085</link>
		<dc:creator>Blogmarks &#171; michelc Blog</dc:creator>
		<pubDate>Wed, 04 Oct 2006 21:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://codepoetics.com/poetix/?p=19#comment-11085</guid>
		<description>[...] REST in IIS [...]</description>
		<content:encoded><![CDATA[<p>[...] REST in IIS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://codepoetics.com/poetix/2004/11/04/rest-in-iis/comment-page-1/#comment-27</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Thu, 04 Nov 2004 14:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://codepoetics.com/poetix/?p=19#comment-27</guid>
		<description>There is a kind of sweet spot where you can get a set of RESTful web services to double up as a browsable user interface, for instance by translating XML-formatted server responses into HTML with XSLT. On the other hand, there are things HTTP can do that most browsers don&#039;t do (like POST raw binary data or an XML document instead of a set of form fields).

Of course that&#039;s changing now, as web applications like GMail start talking directly to servers from inside the browser, updating the contents of the page via scripting instead of having to refresh the complete page (or a frame) every time something changes.

I wonder what percentage of web developers are aware of the difference between POST and PUT?</description>
		<content:encoded><![CDATA[<p>There is a kind of sweet spot where you can get a set of RESTful web services to double up as a browsable user interface, for instance by translating XML-formatted server responses into HTML with XSLT. On the other hand, there are things HTTP can do that most browsers don&#8217;t do (like POST raw binary data or an XML document instead of a set of form fields).</p>
<p>Of course that&#8217;s changing now, as web applications like GMail start talking directly to servers from inside the browser, updating the contents of the page via scripting instead of having to refresh the complete page (or a frame) every time something changes.</p>
<p>I wonder what percentage of web developers are aware of the difference between POST and PUT?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis Irving</title>
		<link>http://codepoetics.com/poetix/2004/11/04/rest-in-iis/comment-page-1/#comment-26</link>
		<dc:creator>Francis Irving</dc:creator>
		<pubDate>Thu, 04 Nov 2004 14:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://codepoetics.com/poetix/?p=19#comment-26</guid>
		<description>This bit is interesting:
POST File to /Job_ID, status=201, location= /Job_ID/File_ID

Amazing HTTP has a Created status code, and redirects you to the new resources.  Not something you see used every day by web browsers.</description>
		<content:encoded><![CDATA[<p>This bit is interesting:<br />
POST File to /Job_ID, status=201, location= /Job_ID/File_ID</p>
<p>Amazing HTTP has a Created status code, and redirects you to the new resources.  Not something you see used every day by web browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://codepoetics.com/poetix/2004/11/04/rest-in-iis/comment-page-1/#comment-25</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Thu, 04 Nov 2004 12:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://codepoetics.com/poetix/?p=19#comment-25</guid>
		<description>Well, yes. It is like a subset of WebDAV (without the additional HTTP verbs).

The main difference is that job and file IDs are allocated by the server (whereas with MKCOL you tell the server what URL you want for your collection). The point is to ensure that CreateJob creates a new, unique URL, and for the client not to have to keep track of what URLs have been used before.</description>
		<content:encoded><![CDATA[<p>Well, yes. It is like a subset of WebDAV (without the additional HTTP verbs).</p>
<p>The main difference is that job and file IDs are allocated by the server (whereas with MKCOL you tell the server what URL you want for your collection). The point is to ensure that CreateJob creates a new, unique URL, and for the client not to have to keep track of what URLs have been used before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis Irving</title>
		<link>http://codepoetics.com/poetix/2004/11/04/rest-in-iis/comment-page-1/#comment-24</link>
		<dc:creator>Francis Irving</dc:creator>
		<pubDate>Thu, 04 Nov 2004 12:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://codepoetics.com/poetix/?p=19#comment-24</guid>
		<description>All your file operations are beginning to look like WebDAV :)</description>
		<content:encoded><![CDATA[<p>All your file operations are beginning to look like WebDAV :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
