<?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: jruby on google app engine</title>
	<atom:link href="http://www.ultrasaurus.com/sarahblog/2010/05/jruby-on-google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultrasaurus.com/sarahblog/2010/05/jruby-on-google-app-engine/</link>
	<description>Sarah Allen's reflections on internet software and other topics</description>
	<lastBuildDate>Sun, 08 Jan 2012 16:57:41 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: roy</title>
		<link>http://www.ultrasaurus.com/sarahblog/2010/05/jruby-on-google-app-engine/comment-page-1/#comment-1677</link>
		<dc:creator>roy</dc:creator>
		<pubDate>Wed, 04 Aug 2010 17:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/?p=2649#comment-1677</guid>
		<description>I&#039;ve chosen to use Rails on App Engine  I think its&#039; definitely the future.
http://www.muhadib.com is one of the project&#039;s I&#039;ve put on app engine (using the twitter api).
it&#039;s not alway smooth sailing especially when trying to use GEM that don&#039;t support it.

The Guys at google and outside that are running this effort are amazing and i&#039;m sure the Rails Community will eventually choose this as a default way to get a site up.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve chosen to use Rails on App Engine  I think its&#8217; definitely the future.<br />
<a href="http://www.muhadib.com" rel="nofollow">http://www.muhadib.com</a> is one of the project&#8217;s I&#8217;ve put on app engine (using the twitter api).<br />
it&#8217;s not alway smooth sailing especially when trying to use GEM that don&#8217;t support it.</p>
<p>The Guys at google and outside that are running this effort are amazing and i&#8217;m sure the Rails Community will eventually choose this as a default way to get a site up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinboard July 12, 2010 &#8212; arghh.net</title>
		<link>http://www.ultrasaurus.com/sarahblog/2010/05/jruby-on-google-app-engine/comment-page-1/#comment-1662</link>
		<dc:creator>pinboard July 12, 2010 &#8212; arghh.net</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/?p=2649#comment-1662</guid>
		<description>[...] jruby on google app engine &#124; the evolving ultrasaurus [...]</description>
		<content:encoded><![CDATA[<p>[...] jruby on google app engine | the evolving ultrasaurus [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.ultrasaurus.com/sarahblog/2010/05/jruby-on-google-app-engine/comment-page-1/#comment-1517</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 05 May 2010 12:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/?p=2649#comment-1517</guid>
		<description>Thanks for the clarifications, John!</description>
		<content:encoded><![CDATA[<p>Thanks for the clarifications, John!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Woodell</title>
		<link>http://www.ultrasaurus.com/sarahblog/2010/05/jruby-on-google-app-engine/comment-page-1/#comment-1506</link>
		<dc:creator>John Woodell</dc:creator>
		<pubDate>Wed, 05 May 2010 07:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/?p=2649#comment-1506</guid>
		<description>John Wang @johntwang did a blog post:
http://www.johntwang.com/blog/2010/04/23/json-with-ruby-on-rails-on-google-appengine/

Gist also available: http://gist.github.com/377353</description>
		<content:encoded><![CDATA[<p>John Wang @johntwang did a blog post:<br />
<a href="http://www.johntwang.com/blog/2010/04/23/json-with-ruby-on-rails-on-google-appengine/" rel="nofollow">http://www.johntwang.com/blog/2010/04/23/json-with-ruby-on-rails-on-google-appengine/</a></p>
<p>Gist also available: <a href="http://gist.github.com/377353" rel="nofollow">http://gist.github.com/377353</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Woodell</title>
		<link>http://www.ultrasaurus.com/sarahblog/2010/05/jruby-on-google-app-engine/comment-page-1/#comment-1505</link>
		<dc:creator>John Woodell</dc:creator>
		<pubDate>Wed, 05 May 2010 06:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/?p=2649#comment-1505</guid>
		<description>Very nice post. I have a couple clarifications:
- The JRuby Runtime and Rails can each take several seconds to spin-up,
   but new instances hitting a simple Java servlet spin-up a second or so.
- The tools that setup the environment (populate WEB-INF) run under MRI, 
   but the local dev_appserver is always running your app using JRuby. 
   The JRuby Runtime is one of the jars in WEB-INF/lib.</description>
		<content:encoded><![CDATA[<p>Very nice post. I have a couple clarifications:<br />
- The JRuby Runtime and Rails can each take several seconds to spin-up,<br />
   but new instances hitting a simple Java servlet spin-up a second or so.<br />
- The tools that setup the environment (populate WEB-INF) run under MRI,<br />
   but the local dev_appserver is always running your app using JRuby.<br />
   The JRuby Runtime is one of the jars in WEB-INF/lib.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

