Model-Glue
| This is the current revision of this page, as edited by TJRC (talk | contribs) at 20:53, 17 November 2016 (I'm seeing some mentions on TechRepublic and a few books, i.e., https://books.google.com/books?id=E_vdV6q38EsC&pg=PA301 ; enough to at least make me think an AFD rather than PROD is indicated here). The present address (URL) is a permanent link to this version. |
Model-Glue is an OO web framework based on the MVC design pattern. Its goal is to simplify development of OO ColdFusion applications. It is released under the Apache Software License 2.0 (ASL2.0)[1]
Model-Glue is:
- an Implicit Invocation 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, another implicit invocation MVC framework.
- written by Joe Rinehart, with feedback provided by Doug Hughes of Alagad, Inc.