<?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"
	>
<channel>
	<title>Comments on: Frameworking</title>
	<atom:link href="http://www.sixtostart.com/blog/2007/12/11/frameworking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sixtostart.com/blog/2007/12/11/frameworking/</link>
	<description>We make games.</description>
	<pubDate>Wed, 20 Aug 2008 10:08:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Mike Whitaker</title>
		<link>http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-51</link>
		<dc:creator>Mike Whitaker</dc:creator>
		<pubDate>Thu, 14 Feb 2008 13:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-51</guid>
		<description>TMTOWIDI with Catalyst, true.

BUT, and it's a big but, there IS an accepted way (Template Toolkit for your views, DBIx::Class for your models), and quite frankly development using that absolutely screams along. For the last Yahoo! Hack Day I built a Catalyst app from scratch to emulate another RESTful interface within the company in about 10 hours, most of which was wire-sniffing the REST protocol :)

You'll find that's what most folks use, that's what the book ( http://catwiki.toeat.com/thebook ) advocates, and it just plain works. There's maybe half a dozen concepts you need to get your head round to do basic CRUD, and then wham.

Where TMTOWTDI scores is that when some bright spark of a CTO says 'we must do user auth by talking to a Radius server', or 'all our web content is stored on a WebDAV server', you can leverage the wonders of CPAN to replace your model class with one that DTRT.</description>
		<content:encoded><![CDATA[<p>TMTOWIDI with Catalyst, true.</p>
<p>BUT, and it&#8217;s a big but, there IS an accepted way (Template Toolkit for your views, DBIx::Class for your models), and quite frankly development using that absolutely screams along. For the last Yahoo! Hack Day I built a Catalyst app from scratch to emulate another RESTful interface within the company in about 10 hours, most of which was wire-sniffing the REST protocol <img src='http://www.sixtostart.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You&#8217;ll find that&#8217;s what most folks use, that&#8217;s what the book ( <a href="http://catwiki.toeat.com/thebook" rel="nofollow">http://catwiki.toeat.com/thebook</a> ) advocates, and it just plain works. There&#8217;s maybe half a dozen concepts you need to get your head round to do basic CRUD, and then wham.</p>
<p>Where TMTOWTDI scores is that when some bright spark of a CTO says &#8216;we must do user auth by talking to a Radius server&#8217;, or &#8216;all our web content is stored on a WebDAV server&#8217;, you can leverage the wonders of CPAN to replace your model class with one that DTRT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Quijano</title>
		<link>http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-26</link>
		<dc:creator>Andres Quijano</dc:creator>
		<pubDate>Wed, 16 Jan 2008 19:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-26</guid>
		<description>Nope, I haven't used Grails in a real production envorionment. A new framework (along with the language) that look very promising (although today it's in early development) is Lift, built on Scala: http://www.liftweb.net</description>
		<content:encoded><![CDATA[<p>Nope, I haven&#8217;t used Grails in a real production envorionment. A new framework (along with the language) that look very promising (although today it&#8217;s in early development) is Lift, built on Scala: <a href="http://www.liftweb.net" rel="nofollow">http://www.liftweb.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-14</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 03 Jan 2008 16:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-14</guid>
		<description>Andres: If you've used Grails and think it's worth considering, I'd love to hear your comments.</description>
		<content:encoded><![CDATA[<p>Andres: If you&#8217;ve used Grails and think it&#8217;s worth considering, I&#8217;d love to hear your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Quijano</title>
		<link>http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-13</link>
		<dc:creator>Andres Quijano</dc:creator>
		<pubDate>Thu, 03 Jan 2008 16:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-13</guid>
		<description>How about JRuby on Rails? or Grails (http://grails.codehaus.org)</description>
		<content:encoded><![CDATA[<p>How about JRuby on Rails? or Grails (http://grails.codehaus.org)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steff</title>
		<link>http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-4</link>
		<dc:creator>Steff</dc:creator>
		<pubDate>Tue, 11 Dec 2007 22:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtostart.com/blog/2007/12/11/frameworking/#comment-4</guid>
		<description>Now I come to think of it, I recall Toby mentioning Ravenous as being interesting: http://ravenous.solidosystems.com/ - it should be scalable as all hell if nothing else.</description>
		<content:encoded><![CDATA[<p>Now I come to think of it, I recall Toby mentioning Ravenous as being interesting: <a href="http://ravenous.solidosystems.com/" rel="nofollow">http://ravenous.solidosystems.com/</a> - it should be scalable as all hell if nothing else.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
