On Thu, 2005-07-21 at 11:19 -0700, apv wrote: > Maybe this is a good place to start instead: http://catalyst.perl.org/ > > I haven't used it yet but I'm planning to because of all the nice > reviews/feedback it's getting. I think it uses its own CDBI > implementation/wrapper and TT but not CGI::App.
It has a Class::DBI::Loader wrapper, or you can use standard Class::DBI modules. It does support TT, but not CGI::App. For a comparison of code on a simple application between Catalyst and CGI::App, you can look at the code from my YAPC presentation here: http://plusthree.com/download/mvc_samples.tgz I'll be giving an updated version of the talk that goes with this at OSCON next month. - Perrin _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
