<?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: Simple XML-RPC library</title>
	<atom:link href="http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/</link>
	<description>Trading social skills for technical prowess since 1994</description>
	<pubDate>Tue, 06 Jan 2009 13:03:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: intro</title>
		<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/comment-page-1/#comment-932</link>
		<dc:creator>intro</dc:creator>
		<pubDate>Sat, 07 Jul 2007 01:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/#comment-932</guid>
		<description>nice :P good explanation</description>
		<content:encoded><![CDATA[<p>nice <img src='http://www.chrishowie.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> good explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asbjørn Ulsberg</title>
		<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/comment-page-1/#comment-868</link>
		<dc:creator>Asbjørn Ulsberg</dc:creator>
		<pubDate>Wed, 27 Jun 2007 06:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/#comment-868</guid>
		<description>Aha! Well, if you're not using HTTP, then RESTful principles won't matter much. I'd think it be a cool excercise to create a RESTful web service around a card game API, though. :-)

Joe Gregorio has a handful of posts about how to create a RESTful web service:
http://bitworking.org/news/How_to_create_a_REST_Protocol
http://bitworking.org/news/132/REST-Tips-URI-space-is-infinite
http://bitworking.org/news/150/REST-Tip-Deep-etags-give-you-more-benefits
http://bitworking.org/news/141/REST-Tips-Prefer-following-links-over-URI-construction
http://bitworking.org/news/125/REST-and-WS
http://bitworking.org/news/201/RESTify-DayTrader

(I really hope these URIs make it through! No preview option, so I'm crossing my fingers.)</description>
		<content:encoded><![CDATA[<p>Aha! Well, if you&#8217;re not using HTTP, then RESTful principles won&#8217;t matter much. I&#8217;d think it be a cool excercise to create a RESTful web service around a card game API, though. <img src='http://www.chrishowie.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Joe Gregorio has a handful of posts about how to create a RESTful web service:<br />
<a href="http://bitworking.org/news/How_to_create_a_REST_Protocol" rel="nofollow">http://bitworking.org/news/How_to_create_a_REST_Protocol</a><br />
<a href="http://bitworking.org/news/132/REST-Tips-URI-space-is-infinite" rel="nofollow">http://bitworking.org/news/132/REST-Tips-URI-space-is-infinite</a><br />
<a href="http://bitworking.org/news/150/REST-Tip-Deep-etags-give-you-more-benefits" rel="nofollow">http://bitworking.org/news/150/REST-Tip-Deep-etags-give-you-more-benefits</a><br />
<a href="http://bitworking.org/news/141/REST-Tips-Prefer-following-links-over-URI-construction" rel="nofollow">http://bitworking.org/news/141/REST-Tips-Prefer-following-links-over-URI-construction</a><br />
<a href="http://bitworking.org/news/125/REST-and-WS" rel="nofollow">http://bitworking.org/news/125/REST-and-WS</a><br />
<a href="http://bitworking.org/news/201/RESTify-DayTrader" rel="nofollow">http://bitworking.org/news/201/RESTify-DayTrader</a></p>
<p>(I really hope these URIs make it through! No preview option, so I&#8217;m crossing my fingers.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/comment-page-1/#comment-864</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 26 Jun 2007 17:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/#comment-864</guid>
		<description>Oh, I think you misunderstood what I'm doing.  I am using the XML specification from XML-RPC, but I am not running it over HTTP, just a straight TCP connection.  (Or did you know that, and maybe I'm misunderstanding your comment?)

The project I'm using it in is a multiplayer card game, so I don't think caching will be much of an issue.  :)</description>
		<content:encoded><![CDATA[<p>Oh, I think you misunderstood what I&#8217;m doing.  I am using the XML specification from XML-RPC, but I am not running it over HTTP, just a straight TCP connection.  (Or did you know that, and maybe I&#8217;m misunderstanding your comment?)</p>
<p>The project I&#8217;m using it in is a multiplayer card game, so I don&#8217;t think caching will be much of an issue.  <img src='http://www.chrishowie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asbjørn Ulsberg</title>
		<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/comment-page-1/#comment-861</link>
		<dc:creator>Asbjørn Ulsberg</dc:creator>
		<pubDate>Tue, 26 Jun 2007 09:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/#comment-861</guid>
		<description>Probably not, but a REST-based solution would be a lot easier to test against, since it would support HTTP GET operations out of the box and would also support caching and other nice HTTP features out of the box. It would also be more interoperable since HTTP library availability is greater than that of XML-RPC libraries.</description>
		<content:encoded><![CDATA[<p>Probably not, but a REST-based solution would be a lot easier to test against, since it would support HTTP GET operations out of the box and would also support caching and other nice HTTP features out of the box. It would also be more interoperable since HTTP library availability is greater than that of XML-RPC libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/comment-page-1/#comment-860</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 26 Jun 2007 07:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/#comment-860</guid>
		<description>Possibly.  I'm not sure that there's any significant difference in the difficulty of the backend implementation of either.</description>
		<content:encoded><![CDATA[<p>Possibly.  I&#8217;m not sure that there&#8217;s any significant difference in the difficulty of the backend implementation of either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asbjørn Ulsberg</title>
		<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/comment-page-1/#comment-849</link>
		<dc:creator>Asbjørn Ulsberg</dc:creator>
		<pubDate>Thu, 21 Jun 2007 20:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/#comment-849</guid>
		<description>Wouldn't a normal REST-based architecture do much better?</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t a normal REST-based architecture do much better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/comment-page-1/#comment-848</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 21 Jun 2007 18:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/#comment-848</guid>
		<description>Because it's a much easier standard for non-.NET apps to follow than .NET remoting.</description>
		<content:encoded><![CDATA[<p>Because it&#8217;s a much easier standard for non-.NET apps to follow than .NET remoting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asbjørn Ulsberg</title>
		<link>http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/comment-page-1/#comment-842</link>
		<dc:creator>Asbjørn Ulsberg</dc:creator>
		<pubDate>Thu, 21 Jun 2007 08:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishowie.com/2007/06/20/simple-xml-rpc-library/#comment-842</guid>
		<description>Why did you decide to use XML-RPC?</description>
		<content:encoded><![CDATA[<p>Why did you decide to use XML-RPC?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
