<?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 for Noelios Consulting</title>
	<atom:link href="http://blog.noelios.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.noelios.com</link>
	<description>Realize your Web ideas !</description>
	<pubDate>Sun, 20 Jul 2008 07:37:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on Business Processes meet REST by Run my process &#171; Jason&#8217;s Weblog</title>
		<link>http://blog.noelios.com/2008/04/01/business-processes-meet-rest/#comment-6922</link>
		<dc:creator>Run my process &#171; Jason&#8217;s Weblog</dc:creator>
		<pubDate>Tue, 03 Jun 2008 13:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://noelios.wordpress.com/?p=111#comment-6922</guid>
		<description>[...] explicit about the standards they are following and their architecture.  But the service is using Restlet*.  The process designer looks and feels like [...]</description>
		<content:encoded><![CDATA[<p>[...] explicit about the standards they are following and their architecture.  But the service is using Restlet*.  The process designer looks and feels like [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restlet 1.1 M3 released 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>Comment on Restlet 1.1 M3 released 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>Comment on Restlet 1.1 M3 released 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>Comment on Restlet 1.1 M3 released 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:

&#62; From the project descriptions Jersey seems to have much in common with Restlet.
&#62; &#62;
&#62; &#62;  Does it use Restlet?
&#62; &#62;  Are there plans to combine the power of two forces together?

Jersey is Sun'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 />
(http://blog.noelios.com/2008/04/01/restlet-11-m3-released/)<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>Comment on Atomojo: complete Atom Publishing Protocol stack by Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</title>
		<link>http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-6908</link>
		<dc:creator>Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.noelios.com/2007/07/17/atomojo-complete-atom-publishing-protocol-stack/#comment-6908</guid>
		<description>[...] Atommojo - complete Atom Publishing Protocol stack [...]</description>
		<content:encoded><![CDATA[<p>[...] Atommojo - complete Atom Publishing Protocol stack [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restlet 1.1 M3 released 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>Comment on Restlet 1.1 M3 released 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>Comment on Restlet 1.1 M3 released 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>
	<item>
		<title>Comment on Web 2.0 forms with frevvo by Business Processes meet REST &#171; Noelios Consulting</title>
		<link>http://blog.noelios.com/2007/03/26/web-20-forms-with-frevvo/#comment-6891</link>
		<dc:creator>Business Processes meet REST &#171; Noelios Consulting</dc:creator>
		<pubDate>Tue, 01 Apr 2008 14:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.noelios.com/2007/03/26/web-20-forms-with-frevvo/#comment-6891</guid>
		<description>[...] with an advanced on-line form product such as frevvo which we presented before, it could become an extremely attractive SaaS integration [...]</description>
		<content:encoded><![CDATA[<p>[...] with an advanced on-line form product such as frevvo which we presented before, it could become an extremely attractive SaaS integration [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>