<?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: RESTful Service Discovery and Description</title>
	<atom:link href="http://barelyenough.org/blog/2008/01/restful-service-discovery-and-description/feed/" rel="self" type="application/rss+xml" />
	<link>http://barelyenough.org/blog/2008/01/restful-service-discovery-and-description/</link>
	<description></description>
	<lastBuildDate>Fri, 19 Mar 2010 19:05:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Demetris</title>
		<link>http://barelyenough.org/blog/2008/01/restful-service-discovery-and-description/comment-page-1/#comment-78407</link>
		<dc:creator>Demetris</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2008/01/restful-service-discovery-and-description/#comment-78407</guid>
		<description>&lt;p&gt;Hi Peter,&lt;/p&gt;

&lt;p&gt;interesting article. What is the latest (the article was published back in 2008 and now we are all living happily in 2009) on RESTful service descriptions on your end? I have been reading Cesarre Pautasso&#039;s work recently on using BPM for composing REST WS and I am just now getting into how automatic composition (with prior discovery using semantics) can be possible. I am also seeing now the WSDL 2.0, WADL, SA-REST etc. popping up left and right.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>interesting article. What is the latest (the article was published back in 2008 and now we are all living happily in 2009) on RESTful service descriptions on your end? I have been reading Cesarre Pautasso&#8217;s work recently on using BPM for composing REST WS and I am just now getting into how automatic composition (with prior discovery using semantics) can be possible. I am also seeing now the WSDL 2.0, WADL, SA-REST etc. popping up left and right.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Openid &#187; RESTful Service Discovery and Description</title>
		<link>http://barelyenough.org/blog/2008/01/restful-service-discovery-and-description/comment-page-1/#comment-40316</link>
		<dc:creator>Openid &#187; RESTful Service Discovery and Description</dc:creator>
		<pubDate>Wed, 23 Jan 2008 20:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2008/01/restful-service-discovery-and-description/#comment-40316</guid>
		<description>&lt;p&gt;[...] Sync.nl - innovatie in ondernemen wrote an interesting post today on RESTful Service Discovery and DescriptionHere&#8217;s a quick excerpt&#8230;type&quot;: &quot;ResourceDescriptor&quot;, &quot;name&quot;: &quot;OpenIdProvider&quot;, &quot;href&quot;: &quot;http://core.ssbe.example/openid&quot; }, { &quot;_type&quot;: &quot;ResourceDescriptor&#8230; [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Sync.nl &#8211; innovatie in ondernemen wrote an interesting post today on RESTful Service Discovery and DescriptionHere&#8217;s a quick excerpt&#8230;type&quot;: &quot;ResourceDescriptor&quot;, &quot;name&quot;: &quot;OpenIdProvider&quot;, &quot;href&quot;: &quot;http://core.ssbe.example/openid&quot; }, { &quot;_type&quot;: &quot;ResourceDescriptor&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Williams</title>
		<link>http://barelyenough.org/blog/2008/01/restful-service-discovery-and-description/comment-page-1/#comment-40314</link>
		<dc:creator>Peter Williams</dc:creator>
		<pubDate>Wed, 23 Jan 2008 04:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2008/01/restful-service-discovery-and-description/#comment-40314</guid>
		<description>&lt;p&gt;Luigi Montanez,&lt;/p&gt;

&lt;p&gt;Indeed it does.  However, not all the resources I am exposing are collections.  Perhaps I should update my example to  show that point.  APP is definitely interesting, particularly as a example of how to do discovery, but I don&#039;t this it quite general enough to use for resource discovery in all applications.&lt;/p&gt;

&lt;p&gt;Oh, and thanks for pointing the issue with the openid plugin.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Luigi Montanez,</p>
<p>Indeed it does.  However, not all the resources I am exposing are collections.  Perhaps I should update my example to  show that point.  APP is definitely interesting, particularly as a example of how to do discovery, but I don&#8217;t this it quite general enough to use for resource discovery in all applications.</p>
<p>Oh, and thanks for pointing the issue with the openid plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Montanez</title>
		<link>http://barelyenough.org/blog/2008/01/restful-service-discovery-and-description/comment-page-1/#comment-40312</link>
		<dc:creator>Luigi Montanez</dc:creator>
		<pubDate>Wed, 23 Jan 2008 01:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2008/01/restful-service-discovery-and-description/#comment-40312</guid>
		<description>&lt;p&gt;You may want to look at the Atom Publishing Protocol (not to be confused with the Atom Syndication Format):&lt;/p&gt;

&lt;p&gt;http://www.ibm.com/developerworks/library/x-atompp1/
http://tools.ietf.org/html/rfc5023&lt;/p&gt;

&lt;p&gt;AtomPub defines how to discover resources (called Collections) using Service Documents.&lt;/p&gt;

&lt;p&gt;BTW, I don&#039;t think the OpenID plugin is working correctly. I just get pushed to your WP Login screen after verifying at my Provider.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You may want to look at the Atom Publishing Protocol (not to be confused with the Atom Syndication Format):</p>
<p><a href="http://www.ibm.com/developerworks/library/x-atompp1/" rel="nofollow">http://www.ibm.com/developerworks/library/x-atompp1/</a><br />
<a href="http://tools.ietf.org/html/rfc5023" rel="nofollow">http://tools.ietf.org/html/rfc5023</a></p>
<p>AtomPub defines how to discover resources (called Collections) using Service Documents.</p>
<p>BTW, I don&#8217;t think the OpenID plugin is working correctly. I just get pushed to your WP Login screen after verifying at my Provider.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
