<?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 is like Quantum Mechanics</title>
	<atom:link href="http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/</link>
	<description>Longer than a blog; shorter than a book</description>
	<lastBuildDate>Tue, 09 Mar 2010 18:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-46068</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Fri, 05 Jan 2007 13:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-46068</guid>
		<description>Forms cannot emulate PUT because you have to POST to a different URL than the one you&#039;re creating.</description>
		<content:encoded><![CDATA[<p>Forms cannot emulate PUT because you have to POST to a different URL than the one you&#8217;re creating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EgoH</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-43602</link>
		<dc:creator>EgoH</dc:creator>
		<pubDate>Fri, 29 Dec 2006 20:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-43602</guid>
		<description>The PUT request isn&#039;t really a problem, since updating a object requires a form.
Putting :method =&gt; :put in the options parameter of the form generator will make a hidden field which emulates the PUT behaviour. Since deleting is usually with links, this is a problem, since i don&#039;t think it&#039;s possible with a link.</description>
		<content:encoded><![CDATA[<p>The PUT request isn&#8217;t really a problem, since updating a object requires a form.<br />
Putting :method =&gt; :put in the options parameter of the form generator will make a hidden field which emulates the PUT behaviour. Since deleting is usually with links, this is a problem, since i don&#8217;t think it&#8217;s possible with a link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome Louvel</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-42239</link>
		<dc:creator>Jerome Louvel</dc:creator>
		<pubDate>Wed, 27 Dec 2006 10:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-42239</guid>
		<description>Hi Elliotte,

I&#039;ve discovered this post a bit late but I think that our Restlet project nicely supports your requirements. I&#039;ve entered a RFE to support pluggable authentication mechanisms in our reference implementation, but the Restlet API itself is allowing several schemes (BASIC and Amazon for now).

The project has just reached 1.0 RC1:
http://www.restlet.org

I would be interested to hear your comments.

Best regards,
Jerome</description>
		<content:encoded><![CDATA[<p>Hi Elliotte,</p>
<p>I&#8217;ve discovered this post a bit late but I think that our Restlet project nicely supports your requirements. I&#8217;ve entered a RFE to support pluggable authentication mechanisms in our reference implementation, but the Restlet API itself is allowing several schemes (BASIC and Amazon for now).</p>
<p>The project has just reached 1.0 RC1:<br />
<a href="http://www.restlet.org" rel="nofollow">http://www.restlet.org</a></p>
<p>I would be interested to hear your comments.</p>
<p>Best regards,<br />
Jerome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2006-05-15 at protocol7</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-460</link>
		<dc:creator>links for 2006-05-15 at protocol7</dc:creator>
		<pubDate>Mon, 15 May 2006 12:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-460</guid>
		<description>[...] REST is like Quantum Mechanics (tags: REST HTTP design to_read elliotte_rusty_harold) [...]</description>
		<content:encoded><![CDATA[<p>[...] REST is like Quantum Mechanics (tags: REST HTTP design to_read elliotte_rusty_harold) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger L. Costello</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-400</link>
		<dc:creator>Roger L. Costello</dc:creator>
		<pubDate>Fri, 05 May 2006 16:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-400</guid>
		<description>Hey Elliotte,

I wrote the below short article this morning, and then a colleague pointed out your article.  Interesting how we are thinking along much the same lines.  /Roger

Recall your school days when you learned that atoms, electrons, photons can exhibit both wave behavior as well as particle behavior.

Analogously â€¦.

Consider CNN: it serves up news stories in a variety of formats â€“ as HTML, audio, video, RSS.  Thus, news story information is an abstract thing that can take on many different formats.

Quantum particles exhibit a wave-particle duality.  Information exhibits a HTML-XML-MP3-MPEG-JPEG-â€¦ plurality.

Physicists canâ€™t really explain quantum particles; they can only tell you how they will behave.  Similarly, we canâ€™t really say what information is; we can only give it various representations (HTML, XML, MP3, â€¦)</description>
		<content:encoded><![CDATA[<p>Hey Elliotte,</p>
<p>I wrote the below short article this morning, and then a colleague pointed out your article.  Interesting how we are thinking along much the same lines.  /Roger</p>
<p>Recall your school days when you learned that atoms, electrons, photons can exhibit both wave behavior as well as particle behavior.</p>
<p>Analogously â€¦.</p>
<p>Consider CNN: it serves up news stories in a variety of formats â€“ as HTML, audio, video, RSS.  Thus, news story information is an abstract thing that can take on many different formats.</p>
<p>Quantum particles exhibit a wave-particle duality.  Information exhibits a HTML-XML-MP3-MPEG-JPEG-â€¦ plurality.</p>
<p>Physicists canâ€™t really explain quantum particles; they can only tell you how they will behave.  Similarly, we canâ€™t really say what information is; we can only give it various representations (HTML, XML, MP3, â€¦)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-393</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Fri, 05 May 2006 01:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-393</guid>
		<description>Browsers aren&#039;t required for REST. HTML forms don&#039;t support PUT or DELETE, but those aren&#039;t the right verbs for most of the things HTML forms are used for anyway. XForms will support DELETE, though not until the next version. Some web editors such as Netscape Composer do support PUT. They just don&#039;t support it through an HTML form.</description>
		<content:encoded><![CDATA[<p>Browsers aren&#8217;t required for REST. HTML forms don&#8217;t support PUT or DELETE, but those aren&#8217;t the right verbs for most of the things HTML forms are used for anyway. XForms will support DELETE, though not until the next version. Some web editors such as Netscape Composer do support PUT. They just don&#8217;t support it through an HTML form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bag O&#8217; Tricks &#187; Blog Archive &#187; REST Query Language</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-379</link>
		<dc:creator>Bag O&#8217; Tricks &#187; Blog Archive &#187; REST Query Language</dc:creator>
		<pubDate>Tue, 02 May 2006 05:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-379</guid>
		<description>[...] On the real web, data isn&#8217;t just about documents. It isn&#8217;t just about indivisible resources. We might like to think there are just atoms, but there really are subatomic particles, and ERH, GData, the HTTP spec, and everyone else admits as much. Look for the word query, and you&#8217;ll find it&#8217;s no secret. [...]</description>
		<content:encoded><![CDATA[<p>[...] On the real web, data isn&#8217;t just about documents. It isn&#8217;t just about indivisible resources. We might like to think there are just atoms, but there really are subatomic particles, and ERH, GData, the HTTP spec, and everyone else admits as much. Look for the word query, and you&#8217;ll find it&#8217;s no secret. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-377</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 01 May 2006 17:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-377</guid>
		<description>Unless I&#039;m mistaken, common web browsers require JavaScript for REST. That is, I haven&#039;t had success with form actions other that GET and POST. Or in other words, I haven&#039;t been able to do PUT or DELETE without XMLHttpRequest.

Anyone else with other experience?</description>
		<content:encoded><![CDATA[<p>Unless I&#8217;m mistaken, common web browsers require JavaScript for REST. That is, I haven&#8217;t had success with form actions other that GET and POST. Or in other words, I haven&#8217;t been able to do PUT or DELETE without XMLHttpRequest.</p>
<p>Anyone else with other experience?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Rosien</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-376</link>
		<dc:creator>Adam Rosien</dc:creator>
		<pubDate>Mon, 01 May 2006 17:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-376</guid>
		<description>I believe there is a spin-out of HP that created a framework that mapped URLs to &quot;anything&quot;, i.e., Java methods, files, etc.  Sorry I can&#039;t remember the name.  But it tackled many of the resource issues you describe.</description>
		<content:encoded><![CDATA[<p>I believe there is a spin-out of HP that created a framework that mapped URLs to &#8220;anything&#8221;, i.e., Java methods, files, etc.  Sorry I can&#8217;t remember the name.  But it tackled many of the resource issues you describe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Lang</title>
		<link>http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/comment-page-1/#comment-374</link>
		<dc:creator>Al Lang</dc:creator>
		<pubDate>Mon, 01 May 2006 12:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/web/rest-is-like-quantum-mechanics/#comment-374</guid>
		<description>&quot;As soon as you try to figure out what the wave function actually represents, well then you fall down a sink hole of bad physics and worse philosophy.&quot;

Actually, that whole statement is just the sort of bad philosophy universally adopted by physicists who think philosophy doesn&#039;t matter. :-)</description>
		<content:encoded><![CDATA[<p>&#8220;As soon as you try to figure out what the wave function actually represents, well then you fall down a sink hole of bad physics and worse philosophy.&#8221;</p>
<p>Actually, that whole statement is just the sort of bad philosophy universally adopted by physicists who think philosophy doesn&#8217;t matter. <img src='http://cafe.elharo.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
