> > Arshavir Grigorian wrote: > > > >> Hello list, > >> > >> I have module called Application which handles > all the requests to > >> the site (except for images, etc) and then > dispatches the request to > >> a different module based on the $r->path_info(). > >> > >> I am thinking about creating a Template Toolkit > object and a DBI > >> handle in Application::handler() and storing it > in the request
Sounds like your may be doing what i started out doing -- parse the path into a function call on a model object to get some data then pass it to a template. If this is on the mark, check out Maypole. I does all this for you. I love it and it saved me so much work and is soooo much better than any system i could have came up with myself, me being a newbie and all. Plus it is a great deal more fun. I literally can't imagine my work life without it now. mapole.perl.org or on CPAN. p.s. The base for the lone modperl handler in a maypole app is , called Application too. Specifically, Maypole::Application. :) __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html