Re: How do you use mod_perl for your web application?
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 16, 2011 at 4:18 PM, Fred Moyer <[email protected]> wrote: > Maybe I'm not completely grokking how people are starting new projects > using Plack, but it seems like the way to go is to not use Plack > itself to write the code, but to use one of the many web frameworks > (Mason2, Catalyst, Mojolicious) and then use Plack to specify what > webserver is used. Plack is just middleware. I'm just saying Plack looks fun. Maybe I miss the days of writing OO mod_perl handlers. That was fun. > There is a Mason handler for Plack, so it almost seems like you could > migrate your existing application to the Plack middleware stack while > changing little in your Mason codebase. It's clear that you haven't seen this Mason codebase ;) - Perrin