php.MVC is an open source framework for PHP Web applications.
php.MVC implements the Model-View-Controller (MVC) design
pattern, and encourages application design based on the
Model 2 paradigm.
The framework provides a single entry point Controller.
METAjour is a high-end Content Management System bundled with METAZO - an object oriented application framework based on a flexible Model-View-Controller architecture. METAjour and METAZO are based on PHP/MySQL. Easy-to-use Windows-like user interface.
_Stamps_ is a framework for java application development which extends the MVC (Model - View - Controller) pattern providing a complete decoupling between view and model with the usage of annotations (JSE5) and dispatching mechanisms.
ARK (Application Resource Kit) is an MVC application framework for PHP. It separates model and view using the 'Model View Controller' design pattern. The goal is to ease programming of complex databased web applications.
See the Home Page ark.arkete
Lattis is a MVC (Model - View - Controller) based framework for Microsoft .NET Web applications. It provides a FrontController to the application, which delegates user defined actions to specific distributed controller classes.
A PHP5 Model/View/Controller framework including components for easy and extensible form validation, module and action level role and user-based security, support for the Smarty template engine and a layer on top of PEAR::DB for passing named parameters.
Xing is a complete MVC framework to develop Swing (not only) based Java applications. Xing allows user interfaces to be defined using XML. It includes data-form binding, log, preference etc. Mediator patter simplifies the controller part implementation.
Phiend is a PHP web application framework, based on the Model-View-Controller architecture. Phiend uses XML for configuration and precompiles it into PHP code for faster performance. Also integrated is a flexible user authentication scheme.
Action-driven component-oriented web application framework based on Model-View-Controller (MVC) architecture. Goals: minimum complexity & dependency on the framework API, maximum power, reliability and conformance to common standards.
Parsec provides a JSP 1.2 tag library and an API for developing rich web applications. MVC is supported with the Page Controller pattern, where requests go to JSPs; no XML config files. Client-side form validation supported by JavaScript code generation.
[Attention]: WebWork has moved to http://sf.net/projects/opensymphony.
WebWork is a web application framework for J2EE. It is based on a concept called "Pull HMVC" (Pull Hierarchical Model View Controller).
perl WebMVC is a mod_perl web application framework designed around the Model View Controller design pattern. It is written in perl with an XML configuration component.
Suede is a Java framework for developing client-server systems via distributed architecture. It employs a Commander-Controller-Worker relationship model which allows a server application to delegate tasks on multiple clients over a network.
CRUDGenerator automatizes repetitive tasks in generating forms to create, read, update and delete data (aka CRUD). Beginning from an hibernate bean (the model), the controller and the views (with a custom taglib) are automatically created. The Spring Inv