Re: [Mason] mason webapp best practices

2007-07-02 Thread Sam Tregar
On Tue, 26 Jun 2007, Alan wrote: Just wondering if there are any best-practices documented for mason. I use it daily and seem to end up with a relative hodge-podge (that's the technical term) of components, form handling, etc. I realize this is mostly my own fault abusing both perl and the

Re: [Mason] mason webapp best practices

2007-07-02 Thread Dave Rolsky
On Mon, 2 Jul 2007, Sam Tregar wrote: Take a look at MasonX::WebApp. With discipline it could give you nearly as much separation between form and function as something like CGI::Application. The key here is to keep the complex application code in modules, leaving the components with just