<?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:go='http://ns.gigaom.com/'
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: Hands on with Google App Engine</title>
	<atom:link href="http://gigaom.com/collaboration/hands-on-with-google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/collaboration/hands-on-with-google-app-engine/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 09:28:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dean Landolt</title>
		<link>http://gigaom.com/collaboration/hands-on-with-google-app-engine/#comment-70988</link>
		<dc:creator><![CDATA[Dean Landolt]]></dc:creator>
		<pubDate>Tue, 22 Apr 2008 01:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.wordpress.com/?p=2162#comment-70988</guid>
		<description><![CDATA[I can only imagine Mike Bayer will have a compatibility shim in SQLAlchemy in no time.

Chris Anderson said it would be trivial, so no problem. And I heard Mike counted to infinity...twice...]]></description>
		<content:encoded><![CDATA[<p>I can only imagine Mike Bayer will have a compatibility shim in SQLAlchemy in no time.</p>
<p>Chris Anderson said it would be trivial, so no problem. And I heard Mike counted to infinity&#8230;twice&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin Grodzicki</title>
		<link>http://gigaom.com/collaboration/hands-on-with-google-app-engine/#comment-70987</link>
		<dc:creator><![CDATA[Marcin Grodzicki]]></dc:creator>
		<pubDate>Mon, 21 Apr 2008 20:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.wordpress.com/?p=2162#comment-70987</guid>
		<description><![CDATA[Mike, the data handling is a problem, but one to be solved. If you didn&#039;t see it already: http://preview.tinyurl.com/6yh35x - Chris Anderson managed to port AppEngine to EC2 quite easily - but with text files as database. No scalability here, but it&#039;s a matter of time I suppose.]]></description>
		<content:encoded><![CDATA[<p>Mike, the data handling is a problem, but one to be solved. If you didn&#8217;t see it already: <a href="http://preview.tinyurl.com/6yh35x" rel="nofollow">http://preview.tinyurl.com/6yh35x</a> &#8211; Chris Anderson managed to port AppEngine to EC2 quite easily &#8211; but with text files as database. No scalability here, but it&#8217;s a matter of time I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Johnson</title>
		<link>http://gigaom.com/collaboration/hands-on-with-google-app-engine/#comment-70986</link>
		<dc:creator><![CDATA[Pete Johnson]]></dc:creator>
		<pubDate>Mon, 21 Apr 2008 19:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.wordpress.com/?p=2162#comment-70986</guid>
		<description><![CDATA[I think the point of it is that you&#039;d never have to run it anywhere else because Google will give you all the bandwidth you&#039;ll ever need.  It certainly requires you to drink some of the Google Kool-aid, but it would theoretically remove the &quot;find a host&quot; part of the decision making process.  Then again, maybe you don&#039;t want to lose that decision point.

I don&#039;t think this is for everybody, I especially can&#039;t see large enterprises wanting to hand over that much data to Google, but if you are a smaller company the time to market gains would seem significant.

I played around with trying to build a Twitter client with it and got quickly frustrated with the XML parsing not quite working right in the dev environment and it has no native JSON libraries.  That&#039;ll get fixed at some point, but it was fun to play with for a couple of days.

It&#039;ll be interesting to see where this goes.

Pete Johnson
HP.com Chief Architect
Personal blog: http://nerdguru.net]]></description>
		<content:encoded><![CDATA[<p>I think the point of it is that you&#8217;d never have to run it anywhere else because Google will give you all the bandwidth you&#8217;ll ever need.  It certainly requires you to drink some of the Google Kool-aid, but it would theoretically remove the &#8220;find a host&#8221; part of the decision making process.  Then again, maybe you don&#8217;t want to lose that decision point.</p>
<p>I don&#8217;t think this is for everybody, I especially can&#8217;t see large enterprises wanting to hand over that much data to Google, but if you are a smaller company the time to market gains would seem significant.</p>
<p>I played around with trying to build a Twitter client with it and got quickly frustrated with the XML parsing not quite working right in the dev environment and it has no native JSON libraries.  That&#8217;ll get fixed at some point, but it was fun to play with for a couple of days.</p>
<p>It&#8217;ll be interesting to see where this goes.</p>
<p>Pete Johnson<br />
HP.com Chief Architect<br />
Personal blog: <a href="http://nerdguru.net" rel="nofollow">http://nerdguru.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Gunderloy</title>
		<link>http://gigaom.com/collaboration/hands-on-with-google-app-engine/#comment-70985</link>
		<dc:creator><![CDATA[Mike Gunderloy]]></dc:creator>
		<pubDate>Mon, 21 Apr 2008 19:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.wordpress.com/?p=2162#comment-70985</guid>
		<description><![CDATA[I think the big issue with porting would be the data handling. Google&#039;s Datastore API uses its own custom query language and way of organizing the data. Eventually someone may write an abstraction layer to cover that and other, more widespread storage engines - but I don&#039;t think that will be an especially easy task.]]></description>
		<content:encoded><![CDATA[<p>I think the big issue with porting would be the data handling. Google&#8217;s Datastore API uses its own custom query language and way of organizing the data. Eventually someone may write an abstraction layer to cover that and other, more widespread storage engines &#8211; but I don&#8217;t think that will be an especially easy task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://gigaom.com/collaboration/hands-on-with-google-app-engine/#comment-70984</link>
		<dc:creator><![CDATA[josh]]></dc:creator>
		<pubDate>Mon, 21 Apr 2008 18:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.wordpress.com/?p=2162#comment-70984</guid>
		<description><![CDATA[Mike, do you think its possible to abstract the appengine depedency points to make porting elsewhere more possible?]]></description>
		<content:encoded><![CDATA[<p>Mike, do you think its possible to abstract the appengine depedency points to make porting elsewhere more possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

