in reply to Catalyst or not?
Catalyst as a full-grown web framework has a steep learning curve. The effort pays if your project is complex enough to vindicate using such a framework, even more if you do such projects regularly.
If your website classifies rather as "smaller CGI application", you'll be better off using CGI::Application (as the name already implies) and its plugins.
Best regards,
Jochen
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Catalyst or not?
by jfrm (Monk) on Sep 11, 2006 at 22:20 UTC | |
by jdtoronto (Prior) on Sep 13, 2006 at 21:15 UTC | |
by jfrm (Monk) on Sep 14, 2006 at 20:40 UTC | |
by Anonymous Monk on Oct 06, 2006 at 07:56 UTC |