| 1 | <cfsilent> |
|---|
| 2 | <cfset page.title = "The Model-Glue Framework" /> |
|---|
| 3 | </cfsilent> |
|---|
| 4 | |
|---|
| 5 | <cfinclude template="include/dspHeader.cfm" /> |
|---|
| 6 | |
|---|
| 7 | <div class="body"> |
|---|
| 8 | |
|---|
| 9 | <h1>Model-Glue</h1> |
|---|
| 10 | |
|---|
| 11 | <p> |
|---|
| 12 | The Model-Glue family of frameworks support Web application developers by making the construction of Object-Oriented Web and Rich Internet Applications a straightforward process. |
|---|
| 13 | </p> |
|---|
| 14 | <p> |
|---|
| 15 | Through a simple implementation of Implicit Invocation and Model-View-Controller, they allow applications to be well organized without sacrificing flexibility. |
|---|
| 16 | </p> |
|---|
| 17 | <p> |
|---|
| 18 | For a short list of web sites running Model-Glue, please visit our <a href="sites.cfm">sites</a> page. |
|---|
| 19 | Contact <a href="http://www.coldfusionjedi.com/">Raymond Camden</a> to have your site added to the list. |
|---|
| 20 | </p> |
|---|
| 21 | |
|---|
| 22 | <div class="contentSection"> |
|---|
| 23 | <div class="contentIcon"><a href="/coldfusion.cfm"><img src="/images/mgTabletColdFusion.gif" /></a></div> |
|---|
| 24 | <h1><a href="/coldfusion.cfm">Model-Glue: ColdFusion</a></h1> |
|---|
| 25 | <cfoutput> |
|---|
| 26 | <span class="contentNote">Currently Available Version: #application.downloads.mgcoldfusion3.version# - <a href="#application.downloads.mgcoldfusion3.url#">Download</a> <a href="/coldfusion.cfm">Learn More</a></span> |
|---|
| 27 | <!---<h3>Available Now: #application.downloads.mgcoldfusion3beta.title# #application.downloads.mgcoldfusion3beta.version# <a href="/coldfusion.cfm">Learn More</a></h3>---> |
|---|
| 28 | </cfoutput> |
|---|
| 29 | <p> |
|---|
| 30 | Model-Glue: ColdFusion is designed to make it easier to use object-oriented models to create HTML-based applications. |
|---|
| 31 | </p> |
|---|
| 32 | <p> |
|---|
| 33 | It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks. |
|---|
| 34 | </p> |
|---|
| 35 | </div> |
|---|
| 36 | <div class="contentSection"> |
|---|
| 37 | <h2>Model-Glue is:</h2> |
|---|
| 38 | |
|---|
| 39 | <ol> |
|---|
| 40 | <li>Unobtrusive. <p>It's designed to be easy to use, letting you focus on business problems and user interface, not framework hoops.</p></li> |
|---|
| 41 | |
|---|
| 42 | <li>Enabling. <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li> |
|---|
| 43 | |
|---|
| 44 | <li>Strong but Simple. <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li> |
|---|
| 45 | |
|---|
| 46 | <li>Open. <p>All code is released under the Apache Software License 2.0, meaning that it's free to download, use, and alter.</p></li> |
|---|
| 47 | |
|---|
| 48 | <li>Compatible. <p>Model-Glue is lightweight enough to play well with others: it works with Model frameworks like Tartan and ColdSpring as well as Object/Relational Mapping frameworks like Reactor and Transfer.</p></li> |
|---|
| 49 | |
|---|
| 50 | </ol> |
|---|
| 51 | |
|---|
| 52 | <h2>What People Say About Model-Glue:</h2> |
|---|
| 53 | <br /> |
|---|
| 54 | <em>Model-Glue is the best thing for ColdFusion since the cfquery tag. It relieves me of worrying about application organization and lets me focus on what matters - the business requirements of the application.</em> |
|---|
| 55 | <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div> |
|---|
| 56 | |
|---|
| 57 | <br /> |
|---|
| 58 | <em>Model-Glue:Unity, by helping to eliminate a lot of tedious and redundant tasks, has allowed me to code more efficiently than I ever could have imagined.</em> |
|---|
| 59 | <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div> |
|---|
| 60 | <br /> |
|---|
| 61 | <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em> |
|---|
| 62 | <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div> |
|---|
| 63 | <br /> |
|---|
| 64 | |
|---|
| 65 | <em>Model-Glue is more gooder!</em> |
|---|
| 66 | <div class="contentNote">Anonymously yelled at CFUnited 2005</div> |
|---|
| 67 | </div> |
|---|
| 68 | |
|---|
| 69 | <!---<div class="contentSection"> |
|---|
| 70 | <div class="contentIcon"><a href="/flex.cfm"><img src="/images/mgTabletFlex.gif" /></a></div> |
|---|
| 71 | <h1><a href="/flex.cfm">Model-Glue: Flex</a></h1> |
|---|
| 72 | <cfoutput> |
|---|
| 73 | <span class="contentNote">Currently Available Version: #application.downloads.mgflex.version# - <a href="#application.downloads.mgflex.url#">Download</a> <a href="/flex.cfm">Learn More</a></span> |
|---|
| 74 | </cfoutput> |
|---|
| 75 | <p> |
|---|
| 76 | Model-Glue: Flex brings implicit invocation, Model-View-Controller design, and cleaner, less repetitive integration with backend services to Flex 2.0 and AIR applications. |
|---|
| 77 | </p> |
|---|
| 78 | <p> |
|---|
| 79 | It shuns repetitive, boilerplate code in favor of helper classes and expressive APIs. |
|---|
| 80 | </p> |
|---|
| 81 | </div>---> |
|---|
| 82 | |
|---|
| 83 | </div> |
|---|
| 84 | |
|---|
| 85 | <cfinclude template="include/dspFooter.cfm" /> |
|---|