<?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.restlet.com/2008/04/01/restlet-11-m3-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.restlet.com/2008/04/01/restlet-11-m3-released/</link>
	<description>Realize your RESTful web APIs !</description>
	<lastBuildDate>Mon, 19 Dec 2011 20:51:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jabbering Giraffe - REST Web Services in Java</title>
		<link>http://blog.restlet.com/2008/04/01/restlet-11-m3-released/#comment-82</link>
		<dc:creator><![CDATA[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-82</guid>
		<description><![CDATA[[...] 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.restlet.com/2008/04/01/restlet-11-m3-released/#comment-81</link>
		<dc:creator><![CDATA[Jerome Louvel]]></dc:creator>
		<pubDate>Wed, 07 May 2008 14:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-81</guid>
		<description><![CDATA[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.restlet.com/2008/04/01/restlet-11-m3-released/#comment-80</link>
		<dc:creator><![CDATA[Cecil New]]></dc:creator>
		<pubDate>Wed, 07 May 2008 14:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-80</guid>
		<description><![CDATA[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.restlet.com/2008/04/01/restlet-11-m3-released/#comment-79</link>
		<dc:creator><![CDATA[Hendy Irawan]]></dc:creator>
		<pubDate>Tue, 22 Apr 2008 16:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-79</guid>
		<description><![CDATA[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.restlet.com/2008/04/01/restlet-11-m3-released/#comment-78</link>
		<dc:creator><![CDATA[Hendy Irawan]]></dc:creator>
		<pubDate>Tue, 22 Apr 2008 16:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=113#comment-78</guid>
		<description><![CDATA[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.restlet.com/2008/04/01/restlet-11-m3-released/#comment-77</link>
		<dc:creator><![CDATA[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-77</guid>
		<description><![CDATA[[...] 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.restlet.com/2008/04/01/restlet-11-m3-released/#comment-76</link>
		<dc:creator><![CDATA[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-76</guid>
		<description><![CDATA[[...] 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.restlet.com/2008/04/01/restlet-11-m3-released/#comment-75</link>
		<dc:creator><![CDATA[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-75</guid>
		<description><![CDATA[[...] 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>

