Model-Glue
Encyclopedia
Model-Glue is an OO
Object-oriented programming
Object-oriented programming is a programming paradigm using "objects" – data structures consisting of data fields and methods together with their interactions – to design applications and computer programs. Programming techniques may include features such as data abstraction,...

 web application 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...

 based on the MVC
Model-view-controller
Model–view–controller is a software architecture, currently considered an architectural pattern used in software engineering. The pattern isolates "domain logic" from the user interface , permitting independent development, testing and maintenance of each .Model View Controller...

 design pattern. Its goal is to simplify development of OO ColdFusion
ColdFusion
In computing, ColdFusion is the name of a commercial rapid application development platform invented by Jeremy and JJ Allaire in 1995. ColdFusion was originally designed to make it easier to connect simple HTML pages to a database, by version 2 it had...

 applications. It is released under the Apache Software License 2.0 (ASL2.0)
Apache License
The Apache License is a copyfree free software license authored by the Apache Software Foundation . The Apache License requires preservation of the copyright notice and disclaimer....



Model-Glue Is:
  • An Implicit Invocation
    Implicit invocation
    Implicit invocation is a term used by some authors for a style of software architecture in which a system is structured around event handling, using a form of callback...

     framework which facilitates use of the Model View Controller design pattern in ColdFusion applications.
  • A framework encouraging clear separation of Model, View, and Controller
  • Akin to Mach-II
    Mach-II
    Mach-II is a web-application framework focused on easing software development and maintenance. It was the first Object-Oriented framework for CFML. It is maintained by a group of dedicated open source programmers-References:* * * *...

    , another implicit invocation MVC framework.
  • Written by Joe Rinehart, with feedback provided by Doug Hughes of Alagad, Inc.
The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK