root/trunk/website/flex.cfm @ 33

Revision 20, 2.8 kB (checked in by DanWilson, 16 years ago)

Updates for the new Release Candidate

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: Flex</h1>
10
11<div class="sectionNavigation">
12        <cfoutput>
13        <h3>Model-Glue Flex is deprecated and will not be supported.
14        <!---[<a href="#application.downloads.mgflex.url#">Download</a>]
15        [Documentation (Soon!)]
16        [Report Bugs (Soon!)]--->
17        </cfoutput>
18</div>
19
20<div class="contentSection">
21        <div class="contentIcon"><img src="/images/mgTabletFlex.gif" /></div>
22        <h3>Model-Glue Flex is deprecated and will not be supported.</h3>
23        <!---<cfoutput>
24        <span class="contentNote">Currently Available Version: #application.downloads.mgflex.version# - <a href="#application.downloads.mgflex.url#">Download</a></span>
25        </cfoutput>
26        <p>
27                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.
28        </p>--->
29        <p>
30                We recommend the use of the <a href="http://swizframework.org/">Swiz</a> framework. <a href="http://swizframework.org/features/">Read about Swiz features here</a>
31        </p>
32</div>
33        <!---
34<div class="contentSection">
35        <h2>Model-Glue is:</h2>
36       
37        <ol>
38        <li>Easy to understand.  <p>UI components and consumers dispatch events.  Controllers listen for events and take action.</p></li>
39
40        <li>Streamlined.  <p>You'll write less code without sacrificing flexibility.</p></li>
41       
42        <li>Adaptable.  <p>You can code fast and loose, catching errors at runtime, or strict and controlling, catching errors when compiling.</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        </ol>
49       
50
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       
68       
69</div>
70--->
71</div>
72
73<cfinclude template="include/dspFooter.cfm" />
Note: See TracBrowser for help on using the browser.