<?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>class BrianYamabe extends Journeyman implements SoftwareDeveloper { &#187; Lift</title>
	<atom:link href="http://brianyamabe.com/category/lift/feed/" rel="self" type="application/rss+xml" />
	<link>http://brianyamabe.com</link>
	<description>public Blog documentDevelopment(Passion passion) {</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:55:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>That Was Short Lived</title>
		<link>http://brianyamabe.com/2009/09/04/that-was-short-lived/</link>
		<comments>http://brianyamabe.com/2009/09/04/that-was-short-lived/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:03:32 +0000</pubDate>
		<dc:creator>byamabe</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Lift]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://brianyamabe.com/?p=14</guid>
		<description><![CDATA[I started working through the Lift getting started guide and other documentation and I&#8217;ve come to the conclusion that a lot of the benefits of using Lift aren&#8217;t applicable to the project. The project is a Facebook app and I have a little experience writing those with Django and Google App Engine. All the nice [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I started working through the Lift getting started guide and other documentation and I&#8217;ve come to the conclusion that a lot of the benefits of using Lift aren&#8217;t applicable to the project. The project is a Facebook app and I have a little experience writing those with Django and Google App Engine. All the nice CRUD, AJAX, JSON, Comet, etc. integration isn&#8217;t going to help me. Also, there aren&#8217;t a whole lot of examples of using Lift with Facebook. In fact, my biggest concern with using Lift would be the lack of documentation. There is &#8220;<a href="http://groups.google.com/group/the-lift-book">The Lift Book</a>&#8221; but this is more a guide to what Lift can do and how to do it. There are a few tutorial floating around, but the ones I found were out of date and incomplete. I&#8217;ve come to realize that I learn best by working through examples and there just aren&#8217;t enough of those to make me want to move forward with Lift.</p>
<p>I&#8217;ve decided to go with Django on Google App Engine for this project. It&#8217;s somewhat familiar ground and will allow me to focus more on building the app rather than learning a framework and language. Although I&#8217;m not well versed enough in Django, Python, Google App Engine, and Facebook to believe I won&#8217;t learn a whole lot.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianyamabe.com/2009/09/04/that-was-short-lived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here I Go</title>
		<link>http://brianyamabe.com/2009/09/01/here-i-go/</link>
		<comments>http://brianyamabe.com/2009/09/01/here-i-go/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:40:33 +0000</pubDate>
		<dc:creator>byamabe</dc:creator>
				<category><![CDATA[Lift]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://brianyamabe.com/?p=12</guid>
		<description><![CDATA[I&#8217;ve decided to start my project using Scala and Lift. I installed them by following this quick tutorial. My next step is to fire it up under Eclipse.]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve decided to start my project using <a href="http://www.scala-lang.org/">Scala</a> and <a href="http://liftweb.com">Lift</a>. I installed them by following <a href="http://recurser.com/articles/2009/08/17/hello-world-with-scala-and-lift-on-osx/">this quick tutorial</a>. My next step is to fire it up under <a href="http://www.eclipse.org/">Eclipse</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianyamabe.com/2009/09/01/here-i-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Roving Eye</title>
		<link>http://brianyamabe.com/2009/08/25/my-roving-eye/</link>
		<comments>http://brianyamabe.com/2009/08/25/my-roving-eye/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:52:36 +0000</pubDate>
		<dc:creator>byamabe</dc:creator>
				<category><![CDATA[Lift]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://brianyamabe.com/?p=10</guid>
		<description><![CDATA[After my experience with Groovy and Grails, I&#8217;ve been thinking about what to do next. I&#8217;ve got an idea for an iPhone application, a Facebook game idea to research, and a Flash game concept I&#8217;d like to flesh out. While wandering about the internet to help me decide on what to work on, I came [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After my experience with Groovy and Grails, I&#8217;ve been thinking about what to do next. I&#8217;ve got an idea for an iPhone application, a Facebook game idea to research, and a Flash game concept I&#8217;d like to flesh out. While wandering about the internet to help me decide on what to work on, I came across the blog &#8220;<a href="http://james-iry.blogspot.com/">ONE DIV ZERO</a>&#8221; by James Iry. He&#8217;s a programmer and does a lot of work with Scala and he really knows his stuff. Some of the specifics are over my head at this point, but reading through his posts has been an education. His post &#8220;<a href="http://james-iry.blogspot.com/2009/04/erlang-style-actors-are-all-about.html">Erlang Style Actors Are All About Shared State</a>&#8221; was awesome. He has me seriously thinking about diving into Scala. Scala also has an associated web framework called Lift. Its creator, David Pollak, has a great post entitled &#8220;<a href="http://blog.lostlake.org/index.php?/archives/16-Web-Framework-Manifesto.html">Web Framework Manifesto</a>.&#8221; Having bright guys like them in a community is a real plus.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianyamabe.com/2009/08/25/my-roving-eye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
