<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Restlet 1.1 M3 released</title>
	<atom:link href="http://blog.noelios.com/2008/04/01/restlet-11-m3-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/</link>
	<description>Realize your Web ideas !</description>
	<lastBuildDate>Tue, 16 Feb 2010 11:23:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jabbering Giraffe - REST Web Services in Java</title>
		<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/#comment-7045</link>
		<dc:creator>Jabbering Giraffe - REST Web Services in Java</dc:creator>
		<pubDate>Sat, 13 Sep 2008 21:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-7045</guid>
		<description>[...] nice. Particularly when compared to Restlets, which I found a little bit too uniform. Mind you, the latest restlet code has its own version of JSR 311 support, so it may still be [...]</description>
		<content:encoded><![CDATA[<p>[...] nice. Particularly when compared to Restlets, which I found a little bit too uniform. Mind you, the latest restlet code has its own version of JSR 311 support, so it may still be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome Louvel</title>
		<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/#comment-6919</link>
		<dc:creator>Jerome Louvel</dc:creator>
		<pubDate>Wed, 07 May 2008 14:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-6919</guid>
		<description>If you are using the Restlet technology you can post to our mailing list:
http://www.restlet.org/community/lists

For more general questions there is the REST discussion list. See links here: http://www.restlet.org/about/faq#04</description>
		<content:encoded><![CDATA[<p>If you are using the Restlet technology you can post to our mailing list:<br />
<a href="http://www.restlet.org/community/lists" rel="nofollow">http://www.restlet.org/community/lists</a></p>
<p>For more general questions there is the REST discussion list. See links here: <a href="http://www.restlet.org/about/faq#04" rel="nofollow">http://www.restlet.org/about/faq#04</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cecil New</title>
		<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/#comment-6918</link>
		<dc:creator>Cecil New</dc:creator>
		<pubDate>Wed, 07 May 2008 14:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-6918</guid>
		<description>Does anyone know of a mailing list where rest-style development is discussed?  I am doing a pilot project (it will take a while-only a few hours a week) and have questions about security, how to handle errors, what makes a good RESTful client, how to deal with constraints imposed by a pure browser forms-based client (GET/POST only), etc. etc.</description>
		<content:encoded><![CDATA[<p>Does anyone know of a mailing list where rest-style development is discussed?  I am doing a pilot project (it will take a while-only a few hours a week) and have questions about security, how to handle errors, what makes a good RESTful client, how to deal with constraints imposed by a pure browser forms-based client (GET/POST only), etc. etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendy Irawan</title>
		<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/#comment-6915</link>
		<dc:creator>Hendy Irawan</dc:creator>
		<pubDate>Tue, 22 Apr 2008 16:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-6915</guid>
		<description>I just noticed that Jerome Louvel, a Restlet core developer, is an Expert Group member of JSR-311.

Considering his expertise and (very long) experience in this field, I can only expect good things out of it.</description>
		<content:encoded><![CDATA[<p>I just noticed that Jerome Louvel, a Restlet core developer, is an Expert Group member of JSR-311.</p>
<p>Considering his expertise and (very long) experience in this field, I can only expect good things out of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendy Irawan</title>
		<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/#comment-6914</link>
		<dc:creator>Hendy Irawan</dc:creator>
		<pubDate>Tue, 22 Apr 2008 16:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-6914</guid>
		<description>In case anyone wonders the relationship between Restlet, JAX-RS (JSR-311), and Jersey:

&gt; From the project descriptions Jersey seems to have much in common with Restlet.
&gt; &gt;
&gt; &gt;  Does it use Restlet?
&gt; &gt;  Are there plans to combine the power of two forces together?

Jersey is Sun&#039;s RI for the JAX-RS standard and is a s far as I know
brand new and without any relation to RestLet other than
properly being inspired by it. New versions of RestLet actually
implements the JAX-RS API
(http://blog.noelios.com/2008/04/01/restlet-11-m3-released/)
so if you have a existing RestLet app then you should be able to
gradually convert it into a JAX-RS app.

(from jersev.dev.java.net mailing list, clarified by Lars Tackmann)</description>
		<content:encoded><![CDATA[<p>In case anyone wonders the relationship between Restlet, JAX-RS (JSR-311), and Jersey:</p>
<p>&gt; From the project descriptions Jersey seems to have much in common with Restlet.<br />
&gt; &gt;<br />
&gt; &gt;  Does it use Restlet?<br />
&gt; &gt;  Are there plans to combine the power of two forces together?</p>
<p>Jersey is Sun&#8217;s RI for the JAX-RS standard and is a s far as I know<br />
brand new and without any relation to RestLet other than<br />
properly being inspired by it. New versions of RestLet actually<br />
implements the JAX-RS API<br />
(<a href="http://blog.noelios.com/2008/04/01/restlet-11-m3-released/" rel="nofollow">http://blog.noelios.com/2008/04/01/restlet-11-m3-released/</a>)<br />
so if you have a existing RestLet app then you should be able to<br />
gradually convert it into a JAX-RS app.</p>
<p>(from jersev.dev.java.net mailing list, clarified by Lars Tackmann)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAX-RS auf Restlet im Restlet Milestone enthalten &#171; Stephan&#8217;s Weblog</title>
		<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/#comment-6895</link>
		<dc:creator>JAX-RS auf Restlet im Restlet Milestone enthalten &#171; Stephan&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 03 Apr 2008 12:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-6895</guid>
		<description>[...] neuen Milestone von Restlet ist auch der aktuelle Stand der JAX-RS-Erweiterung enthalten. Etliche Features fehlen noch, aber [...]</description>
		<content:encoded><![CDATA[<p>[...] neuen Milestone von Restlet ist auch der aktuelle Stand der JAX-RS-Erweiterung enthalten. Etliche Features fehlen noch, aber [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New JSR to define a high-level REST API for Java &#171; Noelios Consulting</title>
		<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/#comment-6893</link>
		<dc:creator>New JSR to define a high-level REST API for Java &#171; Noelios Consulting</dc:creator>
		<pubDate>Tue, 01 Apr 2008 18:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-6893</guid>
		<description>[...] 5] The JAX-RS extension for Restlet has been added to release 1.1 M3. See the announcement and the documentation about the [...]</description>
		<content:encoded><![CDATA[<p>[...] 5] The JAX-RS extension for Restlet has been added to release 1.1 M3. See the announcement and the documentation about the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Restlet API and JSR-311 API &#171; Noelios Consulting</title>
		<link>http://blog.noelios.com/2008/04/01/restlet-11-m3-released/#comment-6892</link>
		<dc:creator>Restlet API and JSR-311 API &#171; Noelios Consulting</dc:creator>
		<pubDate>Tue, 01 Apr 2008 18:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-6892</guid>
		<description>[...] The JAX-RS extension for Restlet has been added to release 1.1 M3. See the announcement and the documentation about the [...]</description>
		<content:encoded><![CDATA[<p>[...] The JAX-RS extension for Restlet has been added to release 1.1 M3. See the announcement and the documentation about the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
