<?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: POX Interpretation of REST</title>
	<atom:link href="http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 05:16:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: On REST WSDL 2.0 Demo at subbu.org</title>
		<link>http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest/comment-page-1#comment-3990</link>
		<dc:creator>On REST WSDL 2.0 Demo at subbu.org</dc:creator>
		<pubDate>Sun, 28 Sep 2008 10:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/07/pox-interpretation-of-rest/#comment-3990</guid>
		<description>[...] response to some recent comments by me, and perhaps several others, Keith Chapman has put together a demo to illustrate that WSDL [...]</description>
		<content:encoded><![CDATA[<p>[...] response to some recent comments by me, and perhaps several others, Keith Chapman has put together a demo to illustrate that WSDL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Chapman</title>
		<link>http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest/comment-page-1#comment-2827</link>
		<dc:creator>Keith Chapman</dc:creator>
		<pubDate>Mon, 15 Sep 2008 18:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/07/pox-interpretation-of-rest/#comment-2827</guid>
		<description>Subbu / Mike,

I&#039;ve put up a &lt;a href=&quot;http://www.keith-chapman.org/2008/09/restfull-mashup-with-wsdl-20-wso2.html&quot; rel=&quot;nofollow&quot;&gt;blog POST that shows how WSDL 2.0 cab be used to describe a RESTfull Service.&lt;/a&gt;. This service is publicly available and you can try it out your selves. The service can be accessed using WS-* as well as REST. Wuld like to know your thoughts on this.</description>
		<content:encoded><![CDATA[<p>Subbu / Mike,</p>
<p>I&#8217;ve put up a <a href="http://www.keith-chapman.org/2008/09/restfull-mashup-with-wsdl-20-wso2.html" rel="nofollow">blog POST that shows how WSDL 2.0 cab be used to describe a RESTfull Service.</a>. This service is publicly available and you can try it out your selves. The service can be accessed using WS-* as well as REST. Wuld like to know your thoughts on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Amundsen</title>
		<link>http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest/comment-page-1#comment-309</link>
		<dc:creator>Mike Amundsen</dc:creator>
		<pubDate>Wed, 06 Aug 2008 19:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/07/pox-interpretation-of-rest/#comment-309</guid>
		<description>Sanjiva:

my primary issue w/ REST/POX hybrids is that they are usually only a &#039;shallow&#039; copy of what REST really means.  REST is not uniform interface (only). REST is not URL construction (only). REST also focuses on the importance of metadata (as HTTP Headers); the role of intermediaries (caching/authentication proxies); handling code-on-demand properly; and other base-line issues.

i don&#039;t see this level of REST support in JSR-311 or others that try to support both (MSFT&#039;s WCF comes to mind).</description>
		<content:encoded><![CDATA[<p>Sanjiva:</p>
<p>my primary issue w/ REST/POX hybrids is that they are usually only a &#8216;shallow&#8217; copy of what REST really means.  REST is not uniform interface (only). REST is not URL construction (only). REST also focuses on the importance of metadata (as HTTP Headers); the role of intermediaries (caching/authentication proxies); handling code-on-demand properly; and other base-line issues.</p>
<p>i don&#8217;t see this level of REST support in JSR-311 or others that try to support both (MSFT&#8217;s WCF comes to mind).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjiva Weerawarana</title>
		<link>http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest/comment-page-1#comment-301</link>
		<dc:creator>Sanjiva Weerawarana</dc:creator>
		<pubDate>Sat, 26 Jul 2008 11:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/07/pox-interpretation-of-rest/#comment-301</guid>
		<description>Subbu, let me give you an example. REST community considers JSR-311 annotations RESTful right? OK, so suppose I take a simple Java class and put both JSR-311 annotations and JAX-WS annotations to make that class into a WS-* service too.

Effectively that class is offering (presumably) a &quot;good&quot; RESTful service and a WS-* one.

I actually do not think this is the right way to write services at all (taking any old class and flipping switches) but I&#039;m not sure the tools we have for handling XML, MIME etc., especially in Java, really encourage developers to get their hands dirty yet.
</description>
		<content:encoded><![CDATA[<p>Subbu, let me give you an example. REST community considers JSR-311 annotations RESTful right? OK, so suppose I take a simple Java class and put both JSR-311 annotations and JAX-WS annotations to make that class into a WS-* service too.</p>
<p>Effectively that class is offering (presumably) a &#8220;good&#8221; RESTful service and a WS-* one.</p>
<p>I actually do not think this is the right way to write services at all (taking any old class and flipping switches) but I&#8217;m not sure the tools we have for handling XML, MIME etc., especially in Java, really encourage developers to get their hands dirty yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest/comment-page-1#comment-300</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/07/pox-interpretation-of-rest/#comment-300</guid>
		<description>Nice. Look forward to reading it.
</description>
		<content:encoded><![CDATA[<p>Nice. Look forward to reading it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Chapman</title>
		<link>http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest/comment-page-1#comment-299</link>
		<dc:creator>Keith Chapman</dc:creator>
		<pubDate>Fri, 25 Jul 2008 08:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/07/pox-interpretation-of-rest/#comment-299</guid>
		<description>Well Axis2 does support REST as well as POX. And so does WSO2 WSAS, WSO2 Mashup Server, WSO2 WSF/{C,C++,PHP,Perl} etc... And when I say axis2 supports REST I really mean it. I will explain this in detail in a article.
</description>
		<content:encoded><![CDATA[<p>Well Axis2 does support REST as well as POX. And so does WSO2 WSAS, WSO2 Mashup Server, WSO2 WSF/{C,C++,PHP,Perl} etc&#8230; And when I say axis2 supports REST I really mean it. I will explain this in detail in a article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Amundsen</title>
		<link>http://www.subbu.org/blog/2008/07/pox-interpretation-of-rest/comment-page-1#comment-298</link>
		<dc:creator>Mike Amundsen</dc:creator>
		<pubDate>Thu, 24 Jul 2008 22:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/07/pox-interpretation-of-rest/#comment-298</guid>
		<description>i started asking the same question recently. i am an early tester for MSFT&#039;s SQL Server Data Services (SSDS) - their cloud db offering. Their current plan is to support both REST and SOAP.  it&#039;s early, and some things are a bit muddled, but i will say that, so far they seem to be making strides at being REST-ful.

but problems will arise. there will be some compromises. it should prove interesting.


</description>
		<content:encoded><![CDATA[<p>i started asking the same question recently. i am an early tester for MSFT&#8217;s SQL Server Data Services (SSDS) &#8211; their cloud db offering. Their current plan is to support both REST and SOAP.  it&#8217;s early, and some things are a bit muddled, but i will say that, so far they seem to be making strides at being REST-ful.</p>
<p>but problems will arise. there will be some compromises. it should prove interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

