<?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"
	>
<channel>
	<title>Comments on: Using PUT and DELETE methods in AJAX requests with prototype.js</title>
	<atom:link href="http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/feed/" rel="self" type="application/rss+xml" />
	<link>http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/</link>
	<description>Jarosław Dobrzański's blog</description>
	<pubDate>Sat, 05 Jul 2008 22:57:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: pvincent</title>
		<link>http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/#comment-3307</link>
		<dc:creator>pvincent</dc:creator>
		<pubDate>Wed, 05 Mar 2008 11:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/#comment-3307</guid>
		<description>Thanx for the tip.
It helps me a lot.</description>
		<content:encoded><![CDATA[<p>Thanx for the tip.<br />
It helps me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarosław Dobrzański</title>
		<link>http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/#comment-8</link>
		<dc:creator>Jarosław Dobrzański</dc:creator>
		<pubDate>Tue, 24 Apr 2007 16:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/#comment-8</guid>
		<description>&lt;p&gt;Filip, you're absolutely right! If you fully support REST, to be more accurate during adding a resource, you must invoke Ajax.Request the manner you exposed.&lt;/p&gt;

&lt;p&gt;However, for this particular example, you can omit "parameter" section. So you can just write:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;
new Ajax.Request('http://example.com/servlet/RESOURCE_URI',  
method:'put' });
&lt;/pre&gt;

&lt;p&gt;&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Filip, you&#8217;re absolutely right! If you fully support REST, to be more accurate during adding a resource, you must invoke Ajax.Request the manner you exposed.</p>
<p>However, for this particular example, you can omit &#8220;parameter&#8221; section. So you can just write:</p>
<pre><code>
new Ajax.Request('http://example.com/servlet/RESOURCE_URI',
method:'put' });
</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filip Czaja</title>
		<link>http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/#comment-7</link>
		<dc:creator>Filip Czaja</dc:creator>
		<pubDate>Tue, 24 Apr 2007 14:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/#comment-7</guid>
		<description>&lt;p&gt;Shouldn't AJAX Request for adding new resource, identified by RESOURCE_URI, via REST service look like this:
&lt;code&gt;
new Ajax.Request('http://example.com/servlet/RESOURCE_URI', {
    method:'put',
    parameters:''
});
&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t AJAX Request for adding new resource, identified by RESOURCE_URI, via REST service look like this:<br />
<code><br />
new Ajax.Request('http://example.com/servlet/RESOURCE_URI', {<br />
    method:'put',<br />
    parameters:''<br />
});<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blinded by the lights &#187; Blog Archive &#187; AJAX activity indicator</title>
		<link>http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/#comment-6</link>
		<dc:creator>Blinded by the lights &#187; Blog Archive &#187; AJAX activity indicator</dc:creator>
		<pubDate>Mon, 23 Apr 2007 22:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/22/using-put-and-delete-methods-in-ajax-requesta-with-prototypejs/#comment-6</guid>
		<description>&lt;p&gt;[...] moments when user interaction brings about reqest and response from a server? Remeber my previous post about using prototype.js for making AJAX request? I use prototype also for indicating background [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] moments when user interaction brings about reqest and response from a server? Remeber my previous post about using prototype.js for making AJAX request? I use prototype also for indicating background [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.282 seconds -->
