<?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: Atom too SOAPy for me</title>
	<atom:link href="http://bill.burkecentral.com/2008/10/06/atom-too-soapy-for-me/feed/" rel="self" type="application/rss+xml" />
	<link>http://bill.burkecentral.com/2008/10/06/atom-too-soapy-for-me/</link>
	<description>Software plumbing using middleware wrenches</description>
	<lastBuildDate>Sat, 14 Aug 2010 05:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: BigSmoke &#187; Atom and REST</title>
		<link>http://bill.burkecentral.com/2008/10/06/atom-too-soapy-for-me/#comment-3167</link>
		<dc:creator>BigSmoke &#187; Atom and REST</dc:creator>
		<pubDate>Tue, 03 Nov 2009 17:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=141#comment-3167</guid>
		<description>[...] There&#8217;s is an interesting discussion about when (not) to use the Atom protocol for your REST API. [...]</description>
		<content:encoded><![CDATA[<p>[...] There&#8217;s is an interesting discussion about when (not) to use the Atom protocol for your REST API. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bill.burkecentral.com/2008/10/06/atom-too-soapy-for-me/#comment-2438</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 23 Jan 2009 15:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=141#comment-2438</guid>
		<description>Hey Bill, I had similar misgivings, but the bottom line is *it ain&#039;t RPC*.

For passing HTML-ish content around, with rich metadata in the same document, I believe Atom format does the trick. By extension, the atompub protocol works (and avoided the problems of webdav thanks to Fielding&#039;s input). I do have doubts about the way collections are defined, but then I&#039;m an RDF head so what do I know.</description>
		<content:encoded><![CDATA[<p>Hey Bill, I had similar misgivings, but the bottom line is *it ain&#8217;t RPC*.</p>
<p>For passing HTML-ish content around, with rich metadata in the same document, I believe Atom format does the trick. By extension, the atompub protocol works (and avoided the problems of webdav thanks to Fielding&#8217;s input). I do have doubts about the way collections are defined, but then I&#8217;m an RDF head so what do I know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Little</title>
		<link>http://bill.burkecentral.com/2008/10/06/atom-too-soapy-for-me/#comment-2154</link>
		<dc:creator>Mark Little</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=141#comment-2154</guid>
		<description>Yes, I agree with Mic. The best examples of using AtomPub fit into the pub/sub usage as far as I&#039;m concerned. But it&#039;d be very easy to use AtomPub as a &quot;transport&quot; in the same way SOAP uses HTTP and then you&#039;re in a completely different world (of pain).</description>
		<content:encoded><![CDATA[<p>Yes, I agree with Mic. The best examples of using AtomPub fit into the pub/sub usage as far as I&#8217;m concerned. But it&#8217;d be very easy to use AtomPub as a &#8220;transport&#8221; in the same way SOAP uses HTTP and then you&#8217;re in a completely different world (of pain).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Location vs. Content-Location at subbu.org</title>
		<link>http://bill.burkecentral.com/2008/10/06/atom-too-soapy-for-me/#comment-2153</link>
		<dc:creator>Location vs. Content-Location at subbu.org</dc:creator>
		<pubDate>Tue, 07 Oct 2008 03:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=141#comment-2153</guid>
		<description>[...] Here is a quick note on the purposes of and differences between Location and Content-Location response headers. The question came up several times, and more recently in Bill Burke&apos;s post on Atom too SOAPy for me. [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is a quick note on the purposes of and differences between Location and Content-Location response headers. The question came up several times, and more recently in Bill Burke&apos;s post on Atom too SOAPy for me. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Neale</title>
		<link>http://bill.burkecentral.com/2008/10/06/atom-too-soapy-for-me/#comment-2152</link>
		<dc:creator>Michael Neale</dc:creator>
		<pubDate>Mon, 06 Oct 2008 22:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=141#comment-2152</guid>
		<description>Overreaching with atompub does seem to be a problem - that infoq thread was a good example of that. AtomPub was designed for publishing - so wherever the publish metaphore applies (you have some content, and some meta data that goes with it - and you want to publish it !) I think atompub + REST is a winner. But its all to easy to overgeneralise and treat atompub as a meta data wrapper for SOAP like services.</description>
		<content:encoded><![CDATA[<p>Overreaching with atompub does seem to be a problem &#8211; that infoq thread was a good example of that. AtomPub was designed for publishing &#8211; so wherever the publish metaphore applies (you have some content, and some meta data that goes with it &#8211; and you want to publish it !) I think atompub + REST is a winner. But its all to easy to overgeneralise and treat atompub as a meta data wrapper for SOAP like services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Payload Formats at subbu.org</title>
		<link>http://bill.burkecentral.com/2008/10/06/atom-too-soapy-for-me/#comment-2151</link>
		<dc:creator>Payload Formats at subbu.org</dc:creator>
		<pubDate>Mon, 06 Oct 2008 22:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://billburke.wordpress.com/?p=141#comment-2151</guid>
		<description>[...] Bill Burke says:  For me, the value of Atom haven’t really clicked with me yet. Its just too SOAPy for me. If you look at ATOM, the ATOM protocol, and how people are talking about using it, they’re really using it as an envelope. One of the things that attracted me to REST was that I could focus on the problem at hand and ignore bulky middleware protocols (like SOAP) and lean on HTTP as a rich application protocol. [...]</description>
		<content:encoded><![CDATA[<p>[...] Bill Burke says:  For me, the value of Atom haven’t really clicked with me yet. Its just too SOAPy for me. If you look at ATOM, the ATOM protocol, and how people are talking about using it, they’re really using it as an envelope. One of the things that attracted me to REST was that I could focus on the problem at hand and ignore bulky middleware protocols (like SOAP) and lean on HTTP as a rich application protocol. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
