What's the point of using Catalyst if all your Controller code is in
the View (Mason)?

Catalyst is supposed to help you split up your business logic(Model),
application logic(Controller) and presentation logic (View).

-Bryan

> And then in lib/MyApp/Controller/Root.pm, I put a default subby like the
> following which will serve any page out of the root/ directory as a
> mason component. That way I don't have to keep defining controllers for
> everything when I want to put most of my development application logic
> in mason components anyway (that way I don't have to keep reloading
> apache on HUGE applications that catalyst takes forever to load as a cgi):

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to