<?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/"
	>

<channel>
	<title>Technical Ramblings &#187; Google App Engine</title>
	<atom:link href="http://jonswope.com/tag/google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonswope.com</link>
	<description>More information than you cared to know about whatever I find cool</description>
	<lastBuildDate>Fri, 07 Jan 2011 04:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting Ruby Going on App Engine</title>
		<link>http://jonswope.com/2010/01/14/getting-ruby-going-on-app-engine/</link>
		<comments>http://jonswope.com/2010/01/14/getting-ruby-going-on-app-engine/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:34:43 +0000</pubDate>
		<dc:creator>Jon Swope</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[JRuby]]></category>

		<guid isPermaLink="false">http://jonswope.com/?p=33</guid>
		<description><![CDATA[I gave a talk last night at the Atlanta Ruby Users Group meetup about using JRuby on Google App Engine.  It was more of an overview about what App Engine is, and how to get started with a Sinatra app.  The Github repository for the application is located here, and you can see the application [...]]]></description>
			<content:encoded><![CDATA[<p>I gave a talk last night at the <a href="http://www.atlruby.org/" target="_blank">Atlanta Ruby Users Group</a> meetup about using JRuby on <a href="http://appengine.google.com/">Google App Engine</a>.  It was more of an overview about what App Engine is, and how to get started with a <a href="http://www.sinatrarb.com/">Sinatra</a> app.  The Github repository for the application is located <a href="http://github.com/jaswope/atlrug-appengine-example">here</a>, and you can see the application in action <a href="http://jaswope-sandbox.appspot.com/">here</a>.</p>
<p>The application demonstrates a few app engine concepts.  In <a href="http://github.com/jaswope/atlrug-appengine-example/blob/master/models.rb">models.rb</a> you&#8217;ll see a sharded counter implementation using the direct Datastore API, and a traditional model using Datamapper as your ORM (ODM?) to Datastore.  The counter also demonstrates usage of the Memcache API.  Inside <a href="http://github.com/jaswope/atlrug-appengine-example/blob/master/app.rb">app.rb</a> you can see some simple usage of the Users API, including how to check to see if a user is logged in, present a user with a login screen, and interacting with the object.  Lastly, you will find an example of how to determine your app&#8217;s name and version in <a href="http://github.com/jaswope/atlrug-appengine-example/blob/master/config.ru">config.ru</a>.</p>
<p>Following the presentation I received a number of requests for my slides, so they are included below.  Slide 13 illustrates pushing your own app to App Engine.  As I mentioned in the talk, I strongly suggest setting aside one of your app ids for testing new ideas, since you only get 10 ids total.</p>
<p><iframe src="http://docs.google.com/present/embed?id=dcdz6b48_1gs7xcznq" frameborder="0" width="410" height="342"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://jonswope.com/2010/01/14/getting-ruby-going-on-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

