Model-Glue

From HandWiki

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.

See also

References

External links