A (very partial) list of MVC frameworks
- Ruby on Rails
- Django
- TurboGears
- Cocoon
- Struts
- Maypole
- Jifty
- Catalyst
Catalyst Feature List
-
$TIMTOWTDI++: Extremely flexible plugin-based architecture
-
Model- and view-agnostic: support for all popular alternatives, or
roll your own
-
Supports multiple (independent) models, views, and
controllers
-
Built-in web server for rapid application development and
debugging
-
Flexible access and error logging
-
Support for auto-generation of scaffold code for all components.
-
Modular authentication/authorization framework
-
Deploy into production with built-in server, CGI, FastCGI, or
mod_perl versions -- all auto-generated, and all using same
codebase to run.
(Catalyst flow diagram lifted
from Catalyst wiki.)