<div class="gmail_quote">2011/3/28 Dan Linder <span dir="ltr"><<a href="mailto:dan@linder.org">dan@linder.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Unfortunately, I'm still old-school CGI with external processes, and an OO newb, so I couldn't really wrap my head around the tutorials that the Catalyst team put together (<a href="http://search.cpan.org/~zarquon/Catalyst-Manual-5.8005/lib/Catalyst/Manual/Tutorial.pod" target="_blank">http://search.cpan.org/~zarquon/Catalyst-Manual-5.8005/lib/Catalyst/Manual/Tutorial.pod</a>).</div>


<div><br></div></blockquote></div><div><br></div><div>You might prefer to take a look at just bolting on to PSGI and Plack, then. They give CGI a much needed face lift.</div><div><br></div><div><a href="http://search.cpan.org/dist/PSGI/PSGI.pod">http://search.cpan.org/dist/PSGI/PSGI.pod</a></div>
<div><a href="http://search.cpan.org/dist/Plack/lib/Plack.pm">http://search.cpan.org/dist/Plack/lib/Plack.pm</a></div><div><br></div><div>For example, the PSGI Hello World app is:</div><div><br></div><div>my $app = sub { [ 200, [ 'Content-type' => 'text/plain ], [ 'Hello World!' ] ] };</div>
<div><br></div><div>I've just implemented a git-based wiki for myself building a framework for myself using Plack and Path::Router. </div><div><br></div><div>For myself, I tend to think of Catalyst at doing too much that I don't usually use (chained dispatch), but not really providing enough (model and view agnostic) to justify using it. That's not to say it's a bad framework, just not my preference.</div>
<br>-- <br>Andrew Sterling Hanenkamp<br><a href="mailto:sterling@hanenkamp.com">sterling@hanenkamp.com</a><br>785.370.4454<br>