Revision 54714381 of "Model-Glue" on enwiki

'''Model-Glue''' is a pure [[OO]] framework based on the [[Model-view-controller|MVC]] design pattern.  Its goal is to simplify development of OO [[ColdFusion]] applications.  It is released under the [[LGPL]] license.

Model-Glue Is:

    <LI> An Implicit Invocation framework simplifying use of the Model View Controller design pattern in ColdFusion applications. It's designed to be easy to use and play well with others, like Tartan.
    <LI> Released under the Lesser GPL, meaning that it's free to download, use, and alter.
    <LI> A framework encouraging clear seperation of Model, View, and Controller
    <LI> Lightweight enough to play well with others: it comes with out-of-the-box connectors to Paul Kenney's Tartan Framework.
    <LI> Akin to Mach-II, another II, MVC framework, but with slightly simpler functionality, and more clearly defined boundaries between Model and Controller.
    <LI> Written by Joe Rinehart, a quasi-popular ColdFusion blogger with an interest in developing better OO applications in ColdFusion, with constant feedback provided by Doug Hughes of Alagad, Inc. 

==External link==
*[http://www.model-glue.com The Model-Glue web site].