root/trunk/website/coldfusion.cfm @ 15

Revision 8, 4.3 kB (checked in by DanWilson, 16 years ago)

Last updates from the model-glue.com before we try to move it

Line 
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: ColdFusion</h1>
10
11<div class="contentSection">
12        <h1><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h1>
13</div><br />
14<div class="sectionNavigation">
15        <cfoutput>
16        [<a href="#application.downloads.mgcoldfusion3.url#">Download</a>]
17        [<a href="http://bugs.model-glue.com">Report Bugs</a>]
18        [<a href="http://svn.model-glue.com">Source Code (SVN)</a>]
19        </cfoutput>
20       
21</div>
22
23<div class="contentSection">
24        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
25        <cfoutput>
26        <span class="contentNote">Model-Glue: <strong>"Gesture" Release</strong> (version #application.downloads.mgcoldfusion3.version#): <a href="#application.downloads.mgcoldfusion3.url#">Download</a></span>
27        </cfoutput>
28        <p>
29                Model-Glue 3, code named "Gesture," is a return to Model-Glue's roots of dead-simple MVC+II development. The version 3.0 series is the most up to date, actively developed version of Model-Glue.
30        </p>
31        <p>
32                The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue.  Get yer 'Glue on with 3.1!</p>
33</div>
34<div class="contentSection">
35        <h2>[Archive] Model-Glue: <strong>"Unity" Release</strong></h2>
36</div><br />
37<div class="sectionNavigation">
38        <cfoutput>
39        [<a href="#application.downloads.mgcoldfusion2.url#">Download</a>]
40        </cfoutput>
41        [<a href="http://docs.model-glue.com">Documentation</a>]
42        [<a href="http://trac.model-glue.com">Report Bugs</a>]
43        <!---[<a href="http://svn.model-glue.com">Source Code (SVN)</a>]--->
44</div>
45
46<div class="contentSection">
47        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
48        <cfoutput>
49        <span class="contentNote">Last Updated Version: #application.downloads.mgcoldfusion2.version# - <a href="#application.downloads.mgcoldfusion2.url#">Download</a></span>
50        <p>
51                Model-Glue: ColdFusion is designed to make it easier to use object-oriented models to create HTML-based applications. The version 2 family is here for archive purposes only. For active development, <a href="#application.downloads.mgcoldfusion3.url#">download version 3</a>.
52        </p>
53        <p>
54                It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks.
55        </p>
56        </cfoutput>
57</div>
58<div class="contentSection">
59        <h2>Model-Glue is:</h2>
60       
61        <ol>
62        <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>
63       
64        <li>Enabling.  <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li>
65       
66        <li>Strong but Simple.  <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li>
67       
68        <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>
69       
70        <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>
71       
72        </ol>
73       
74        <h2>What People Say About Model-Glue:</h2>
75        <br />
76        <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>
77        <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div>
78       
79        <br />
80        <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>
81        <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div>
82        <br />
83        <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em>
84        <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div>
85        <br />
86       
87        <em>Model-Glue is more gooder!</em>
88        <div class="contentNote">Anonymously yelled at CFUnited 2005</div>
89</div>
90
91</div>
92
93<cfinclude template="include/dspFooter.cfm" />?
Note: See TracBrowser for help on using the browser.