in reply to Re^2: Introducing Apache2::ASP
in thread Introducing Apache2::ASP
Bricolage runs on HTML::Mason.
I'm on the Bricolage dev team (Scott Lanning), so I was aware of that. :D Actually, why I looked up how Apache::ASP works is because I was wondering whether it'd make sense to add Apache::ASP as one of Bricolage's template languages.
One thing I enjoy about Apache2::ASP is the use of "Handlers" (....) If I'm not mistaken, Mason has some kind of "stacking" functionality for Components.
Mason does have dhandlers and autohandlers, and you can "chain" components, yes.
Mason uses Apache::Session
Mason doesn't actually have any built-in session handling, so you could presumably use the same method in Mason as in Apache2::ASP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Introducing Apache2::ASP
by jdrago_999 (Hermit) on Jun 05, 2007 at 17:24 UTC | |
by autarch (Hermit) on Jun 08, 2007 at 03:35 UTC |