<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Frank Carver&#039;s Punch Barrel &#187; M887</title>
	<atom:link href="http://blog.punchbarrel.com/tag/m887/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.punchbarrel.com</link>
	<description>Frank Carver&#039;s musings about software and life</description>
	<lastBuildDate>Thu, 08 Dec 2011 22:58:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<copyright>Copyright &#xA9; Frank Carver&#039;s Punch Barrel 2010 </copyright>
	<managingEditor>frank.carver@googlemail.com (Frank Carver&#039;s Punch Barrel)</managingEditor>
	<webMaster>frank.carver@googlemail.com (Frank Carver&#039;s Punch Barrel)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://punchbarrel.com/images/punchbarrel-144.jpg</url>
		<title>Frank Carver&#039;s Punch Barrel</title>
		<link>http://blog.punchbarrel.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Frank Carver&#039;s musings about software and life</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Frank Carver&#039;s Punch Barrel</itunes:author>
	<itunes:owner>
		<itunes:name>Frank Carver&#039;s Punch Barrel</itunes:name>
		<itunes:email>frank.carver@googlemail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://punchbarrel.com/images/punchbarrel-144.jpg" />
		<item>
		<title>Testing web services with ActiveResource</title>
		<link>http://blog.punchbarrel.com/2008/07/14/testing-web-services-with-activeresource/</link>
		<comments>http://blog.punchbarrel.com/2008/07/14/testing-web-services-with-activeresource/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 09:16:23 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[M887]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=197</guid>
		<description><![CDATA[When I first saw this it looked great: a ruby REST wrapper which supports a lot of useful test and integration possibilities. However, the deeper I looked, the more disappointed I became. I&#8217;m now saddened to believe that this is based on yet another misunderstanding of what REST is. As far as I can tell, [...]]]></description>
			<content:encoded><![CDATA[<p>When I first saw this it looked great: a ruby REST wrapper which supports a lot of useful test and integration possibilities. However, the deeper I looked, the more disappointed I became. I&#8217;m now saddened to believe that this is based on yet another misunderstanding of what REST is.</p>
<p>As far as I can tell, the ActiveResource concept, on which this approach is based, is merely an attempt to impose a constrained CRUD data-model over HTTP. There is no concept of content negotiation &#8211; all data is XML according to pre-assumed schemas. There is no support for automatic discovery and use of hrefs between resources. There is even the suggestion that it&#8217;s a good idea to casually extend the HTTP protocol with extra custom methods.</p>
<p>All of these are typical problems found in projects which use the name REST without the key bits which make it really work. The end result is just another fragile, application-specific RPC protocol. Sigh.</p>
<p><a href="http://nutrun.com/weblog/testing-web-services-with-activeresource/">nutrun Â» Blog Archive Â» Testing web services with ActiveResource</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/07/14/testing-web-services-with-activeresource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The WS-Empire Strikes Back&#8230; feebly</title>
		<link>http://blog.punchbarrel.com/2008/07/07/the-ws-empire-strikes-back-feebly/</link>
		<comments>http://blog.punchbarrel.com/2008/07/07/the-ws-empire-strikes-back-feebly/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 11:07:07 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[M887]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=171</guid>
		<description><![CDATA[I don&#8217;t need to say much about this one. Re-implementing a clumsy version of HTTP on top of SOAP seems somewhat crazy. mnotâ€™s Web log: The WS-Empire Strikes Back&#8230; feebly]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t need to say much about this one. Re-implementing a clumsy version of HTTP on top of SOAP seems somewhat crazy.</p>
<p><a href="http://www.mnot.net/blog/2008/07/04/a_new_dread">mnotâ€™s Web log: The WS-Empire Strikes Back&#8230; feebly</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/07/07/the-ws-empire-strikes-back-feebly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Simulation and Emulation: Try It Before You Deploy It</title>
		<link>http://blog.punchbarrel.com/2008/07/07/network-simulation-and-emulation-try-it-before-you-deploy-it/</link>
		<comments>http://blog.punchbarrel.com/2008/07/07/network-simulation-and-emulation-try-it-before-you-deploy-it/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 10:44:31 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[M887]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=169</guid>
		<description><![CDATA[A potentially interesting, although buzzword-laden, article about the benefits of setting up and using simulations to determine how complex integrated applications will behave. Needs some links to more detailed discussions, though. Technology News: IT Management: Network Simulation and Emulation: Try It Before You Deploy It]]></description>
			<content:encoded><![CDATA[<p>A potentially interesting, although buzzword-laden, article about the benefits of  setting up and using simulations to determine how complex integrated applications will behave. Needs some links to more detailed discussions, though.</p>
<p><a href="http://www.technewsworld.com/rsstory/63626.html">Technology News: IT Management: Network Simulation and Emulation: Try It Before You Deploy It</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/07/07/network-simulation-and-emulation-try-it-before-you-deploy-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Processor Computing Challenges go Beyond Purely Technical Issues</title>
		<link>http://blog.punchbarrel.com/2008/06/30/multiple-processor-computing-challenges-go-beyond-purely-technical-issues/</link>
		<comments>http://blog.punchbarrel.com/2008/06/30/multiple-processor-computing-challenges-go-beyond-purely-technical-issues/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 21:36:54 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[M887]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=155</guid>
		<description><![CDATA[A relatively simple, but still interesting, article about the issues faced by distributed architectures . InfoQ: Opinion: Multiple Processor Computing Challenges go Beyond Purely Technical Issues]]></description>
			<content:encoded><![CDATA[<p>A relatively simple, but still interesting, article about the issues faced by distributed architectures .</p>
<p><a href="http://www.infoq.com/news/2008/06/challenges-mulitple-processors">InfoQ: Opinion: Multiple Processor Computing Challenges go Beyond Purely Technical Issues</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/06/30/multiple-processor-computing-challenges-go-beyond-purely-technical-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loose Coupling in SOA Defined</title>
		<link>http://blog.punchbarrel.com/2008/06/17/loose-coupling-in-soa-defined/</link>
		<comments>http://blog.punchbarrel.com/2008/06/17/loose-coupling-in-soa-defined/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 12:26:05 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[coupling]]></category>
		<category><![CDATA[M887]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=116</guid>
		<description><![CDATA[One of the key tenets of the Service-Oriented Architecture (SOA) approach to software system design is the idea of loose coupling. In some cases it is pragmatically obvious whether one service is loosely or tightly coupled to another, but in the general case it can be tricky to determine. With that in mind InfoQ have [...]]]></description>
			<content:encoded><![CDATA[<p>One of the key tenets of the Service-Oriented Architecture (SOA) approach to software system design is the idea of loose coupling. In some cases it is pragmatically obvious whether one service is loosely or tightly coupled to another, but in the general case it can be tricky to determine. With that in mind InfoQ have produced an article on the topic.</p>
<p><a href="http://www.infoq.com/news/2008/06/loose-coupling-soa">InfoQ: Loose Coupling in SOA Defined</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/06/17/loose-coupling-in-soa-defined/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Defining Cloud Computing</title>
		<link>http://blog.punchbarrel.com/2008/05/30/defining-cloud-computing/</link>
		<comments>http://blog.punchbarrel.com/2008/05/30/defining-cloud-computing/#comments</comments>
		<pubDate>Fri, 30 May 2008 10:47:26 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[M887]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=91</guid>
		<description><![CDATA[It looks like several people are actively trying to pin down the much-bandied term &#8220;cloud computing&#8221;, and in particular, to define what it is not. InfoQ: Defining Cloud Computing]]></description>
			<content:encoded><![CDATA[<p>It looks like several people are actively trying to pin down the much-bandied term &#8220;cloud computing&#8221;, and in particular, to define what it is <strong>not</strong>.</p>
<p><a href="http://www.infoq.com/news/2008/05/what-is-cloud-computing">InfoQ: Defining Cloud Computing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/05/30/defining-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WOA: Web-Oriented SOA</title>
		<link>http://blog.punchbarrel.com/2008/05/30/woa-web-oriented-soa/</link>
		<comments>http://blog.punchbarrel.com/2008/05/30/woa-web-oriented-soa/#comments</comments>
		<pubDate>Fri, 30 May 2008 10:26:29 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[M887]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=71</guid>
		<description><![CDATA[It seems as if the term SOA (Service-Oriented Architecture) has become confused with the implementation technology (often WS-* web services). Some pundits are now trying to create a new term &#8220;WOA&#8221; (Web-Oriented Architecture) to describe a service-oriented approach using native web technologies such as HTTP, URLs and REST. ZapThink have taken a look at these [...]]]></description>
			<content:encoded><![CDATA[<p>It seems as if the term SOA (Service-Oriented Architecture) has become confused with the implementation technology (often WS-* web services). Some pundits are now trying to create a new term &#8220;WOA&#8221; (Web-Oriented Architecture) to describe a service-oriented approach using native web technologies such as HTTP, URLs and REST.</p>
<p>ZapThink have taken a look at these terms and their implications: <a href="http://www.zapthink.com/report.html?id=ZAPFLASH-2008516">WOA is Me &#8211; Another Acronym? WOA and SOA</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/05/30/woa-web-oriented-soa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WfXML-R: REST based process integration</title>
		<link>http://blog.punchbarrel.com/2008/05/30/wfxml-r-rest-based-process-integration/</link>
		<comments>http://blog.punchbarrel.com/2008/05/30/wfxml-r-rest-based-process-integration/#comments</comments>
		<pubDate>Fri, 30 May 2008 10:25:45 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[M887]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=90</guid>
		<description><![CDATA[I can&#8217;t decide if this is a good idea, or a bizarre attempt at box-ticking. An alphabet soup of acronyms to try and merge the laid-back world of REST with the world of business process workflow. InfoQ: WfXML-R: REST based process integration]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t decide if this is a good idea, or a bizarre attempt at box-ticking. An alphabet soup of acronyms to try and merge the laid-back world of REST with the world of business process workflow.</p>
<p><a href="http://www.infoq.com/news/2008/05/wfxml-r">InfoQ: WfXML-R: REST based process integration</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/05/30/wfxml-r-rest-based-process-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML: The Angle Bracket Tax</title>
		<link>http://blog.punchbarrel.com/2008/05/15/xml-the-angle-bracket-tax/</link>
		<comments>http://blog.punchbarrel.com/2008/05/15/xml-the-angle-bracket-tax/#comments</comments>
		<pubDate>Thu, 15 May 2008 10:45:27 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[M887]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=64</guid>
		<description><![CDATA[Jeff Atwood goes off on a rant about XML and a whole bunch of commenters chip-in. I particularly like &#8220;Ant makes me cry.&#8221; Coding Horror: XML: The Angle Bracket Tax]]></description>
			<content:encoded><![CDATA[<p>Jeff Atwood goes off on a rant about XML and a whole bunch of commenters chip-in. I particularly like &#8220;Ant makes me cry.&#8221; <img src='http://blog.punchbarrel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.codinghorror.com/blog/archives/001114.html">Coding Horror: XML: The Angle Bracket Tax</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/05/15/xml-the-angle-bracket-tax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.381 seconds -->

