<?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: Rest, I dont think I get it</title>
	<atom:link href="http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/</link>
	<description>Land of the Kearneys</description>
	<lastBuildDate>Mon, 07 May 2012 21:37:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Alex D</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-268</link>
		<dc:creator><![CDATA[Alex D]]></dc:creator>
		<pubDate>Thu, 24 Mar 2011 20:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-268</guid>
		<description><![CDATA[uhm...

HTTP has types. Look at the Accept and Content-type headers. what more would you want?]]></description>
		<content:encoded><![CDATA[<p>uhm&#8230;</p>
<p>HTTP has types. Look at the Accept and Content-type headers. what more would you want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryankearney</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-136</link>
		<dc:creator><![CDATA[bryankearney]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-136</guid>
		<description><![CDATA[It suffers from the same thing.. yes? Just better toolig?]]></description>
		<content:encoded><![CDATA[<p>It suffers from the same thing.. yes? Just better toolig?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesus m. rodriguez</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-135</link>
		<dc:creator><![CDATA[jesus m. rodriguez]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-135</guid>
		<description><![CDATA[XML-RPC is way easier and in hindsight, I should&#039;ve just went with that :)]]></description>
		<content:encoded><![CDATA[<p>XML-RPC is way easier and in hindsight, I should&#8217;ve just went with that <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryankearney</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-134</link>
		<dc:creator><![CDATA[bryankearney]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 16:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-134</guid>
		<description><![CDATA[I think the answer is that &quot;it depends&quot;. If you do &quot;stupid&quot; rest (meaning not HATEOAS, closer to XMLRPC) then it is dirt simple to spin up a server in rails/jersey/etc and have it consumed by any number of clients. So.. very simple.. very light weight. Add a true Resource based API (not RPC style) and return links to relationships instead of hte object themselves (true HATEOAS) then it is a bit harder.

SOAP for Java and Python clients is heavy, but pretty easy with the tooling.  For ruby, I dont think it is very easy.

So, the answer to your question I think it is that &quot;it depends&quot;]]></description>
		<content:encoded><![CDATA[<p>I think the answer is that &#8220;it depends&#8221;. If you do &#8220;stupid&#8221; rest (meaning not HATEOAS, closer to XMLRPC) then it is dirt simple to spin up a server in rails/jersey/etc and have it consumed by any number of clients. So.. very simple.. very light weight. Add a true Resource based API (not RPC style) and return links to relationships instead of hte object themselves (true HATEOAS) then it is a bit harder.</p>
<p>SOAP for Java and Python clients is heavy, but pretty easy with the tooling.  For ruby, I dont think it is very easy.</p>
<p>So, the answer to your question I think it is that &#8220;it depends&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgoodwin</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-133</link>
		<dc:creator><![CDATA[dgoodwin]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-133</guid>
		<description><![CDATA[So for the contract issue, even if WADL is brushed aside by most, is it sufficient if you want to define such a contract, or is it somehow flawed?

Contract issue aside, does REST then seem simpler than SOAP winds up in practice? I don&#039;t really know one way or another but from what I&#039;m reading many other benefits are mentioned, simpler to integrate with and understand, easier to develop, benefits from being stateless (scalable), and so forth.]]></description>
		<content:encoded><![CDATA[<p>So for the contract issue, even if WADL is brushed aside by most, is it sufficient if you want to define such a contract, or is it somehow flawed?</p>
<p>Contract issue aside, does REST then seem simpler than SOAP winds up in practice? I don&#8217;t really know one way or another but from what I&#8217;m reading many other benefits are mentioned, simpler to integrate with and understand, easier to develop, benefits from being stateless (scalable), and so forth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryankearney</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-132</link>
		<dc:creator><![CDATA[bryankearney]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-132</guid>
		<description><![CDATA[Matěj:

I have seen that..but it seems at a higher level then what I was asking for. Seems wierd there is no contract for the lower level interfaces.]]></description>
		<content:encoded><![CDATA[<p>Matěj:</p>
<p>I have seen that..but it seems at a higher level then what I was asking for. Seems wierd there is no contract for the lower level interfaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryankearney</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-131</link>
		<dc:creator><![CDATA[bryankearney]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-131</guid>
		<description><![CDATA[That is just it.. I dont think having a contract is complicated. Saying it is simple because it lacks functionality is not great. My car is 75% easier, because it is missing a wheel. Zippie.]]></description>
		<content:encoded><![CDATA[<p>That is just it.. I dont think having a contract is complicated. Saying it is simple because it lacks functionality is not great. My car is 75% easier, because it is missing a wheel. Zippie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey Dahlin</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-130</link>
		<dc:creator><![CDATA[Casey Dahlin]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-130</guid>
		<description><![CDATA[Nope. That&#039;s the idea. Stop writing complicated software :)]]></description>
		<content:encoded><![CDATA[<p>Nope. That&#8217;s the idea. Stop writing complicated software <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matěj Cepl</title>
		<link>http://kearneyville.com/2010/03/01/rest-i-dont-think-i-get-it/#comment-129</link>
		<dc:creator><![CDATA[Matěj Cepl]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 13:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=109#comment-129</guid>
		<description><![CDATA[http://www.jboss.org/reststar/]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.jboss.org/reststar/" rel="nofollow">http://www.jboss.org/reststar/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

