I went through your slides from YAPC 2005<br><br>http://occamstoothbrush.com/caf/yapc_na_2005_talk/<br><br>It seemed easy to get going, and was what I was looking for. Has development died completely? What are the advantages/disadvantages of using C::A over Catalyst?<br><br>Thanks.<br><br>-Dan<br><br><b><i>Michael Graham &lt;magog@the-wire.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> <br>CGI::Application is a great platform.  I've been using it for a couple<br>of years at work.  It's very flexible, and that's both a strength and a<br>weakness. When you're starting out, you do have to sort through all its<br>plugins and pick which ones you want.<br><br>The idea behind CGI::Application::Framework was to bundle up a lot of<br>the C::A plugins and best practices into one place with good<br>documentation.   Sadly, we never finished.  So if you're going to use<br>C::A, I'd recommend using
 the plugins directly:<br><br>    C::A::Plugin::Session<br>    C::A::Plugin::Authentication<br>    C::A::Plugin::LogDispatch<br>    C::A::Plugin::Config::Context (or equiv)<br>    C::A::Plugin::AnyTemplate (or C::A::Plugin::TT)<br>    C::A::Plugin::ValidateRM<br>    C::A::Plugin::FillInForm<br>    C::A::Plugin::FormState<br>    C::A::Plugin::Forward<br>    C::A::Plugin::DevPopup<br>    C::A::Plugin::MessageStack<br>    C::A::Dispatch<br><br>It's a long list, but for the most part they do what they say they do<br>and have good docs.<br><br><br>Michael<br><br><br><br>On Sun, 12 Aug 2007 20:36:34 -0700 (PDT)<br>Daniel Magnuszewski <dmagnuszewski@yahoo.com> wrote:<br><br>&gt; Mongers,<br>&gt; <br>&gt; I'm about to begin writing a web application that will have a MySQL<br>&gt; backend, and will be a relatively low volume user base (at first<br>&gt; anyways). I want a nice and clean MVC framework to use and have come<br>&gt; across a few. There are the high profile frameworks
 like Catalyst,<br>&gt; but I'm also wondering about CGI::Application::Framework and<br>&gt; CGI::Prototype.<br>&gt; <br>&gt; I ran across the following page that gives an overview of some other<br>&gt; frameworks:<br>&gt; <br>&gt; http://cgiapp.erlbaum.net/index.cgi?OtherFrameworks<br>&gt; <br>&gt; My question, is which is the cleanest, most stable, and easiest to<br>&gt; use? Which frameworks have you used, what did you find, and which one<br>&gt; would you recommend?<br>&gt; <br>&gt; Thanks!<br>&gt; <br>&gt; -Dan <br><br><br>-- <br>Michael Graham <magog@the-wire.com><br>_______________________________________________<br>Buffalo Perl Mongers Homepage<br>http://buffalo.pm.org<br><br>Buffalo-pm mailing list<br>Buffalo-pm@pm.org<br>http://mail.pm.org/mailman/listinfo/buffalo-pm<br></magog@the-wire.com></dmagnuszewski@yahoo.com></blockquote><br>