Framework One
Encyclopedia
Framework One is a lightweight, convention-over-configuration
MVC framework
for CFML (ColdFusion Markup Language).
FW/1 was created as a reaction against the complexity of many other CFML frameworks
and attempts to capture the simplicity of CFML itself. The framework
is a single file that provides convention-over-configuration
invoking methods on controllers
and for selecting views and layouts.
Convention over Configuration
Convention over configuration is a software design paradigm which seeks to decrease the number of decisions that developers need to make, gaining simplicity, but not necessarily losing flexibility....
MVC framework
Web application framework
A web application framework is a software framework that is designed to support the development of dynamic websites, web applications and web services. The framework aims to alleviate the overhead associated with common activities performed in Web development...
for CFML (ColdFusion Markup Language).
History
FW/1 was created in the summer of 2009 by Sean Corfield and the latest stable version is 1.2, released in October 2010.FW/1 was created as a reaction against the complexity of many other CFML frameworks
Web application framework
A web application framework is a software framework that is designed to support the development of dynamic websites, web applications and web services. The framework aims to alleviate the overhead associated with common activities performed in Web development...
and attempts to capture the simplicity of CFML itself. The framework
Web application framework
A web application framework is a software framework that is designed to support the development of dynamic websites, web applications and web services. The framework aims to alleviate the overhead associated with common activities performed in Web development...
is a single file that provides convention-over-configuration
Convention over Configuration
Convention over configuration is a software design paradigm which seeks to decrease the number of decisions that developers need to make, gaining simplicity, but not necessarily losing flexibility....
invoking methods on controllers
Controller (computing)
In computing and especially in computer hardware, controller is a chip, an expansion card, or a stand-alone device that interfaces with a peripheral device...
and for selecting views and layouts.