root/trunk/website/flex.cfm @ 5

Revision 5, 2.6 kB (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

RevLine 
[5]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        [<a href="#application.downloads.mgflex.url#">Download</a>]
14        </cfoutput>
15        [Documentation (Soon!)]
16        [Report Bugs (Soon!)]
17</div>
18
19<div class="contentSection">
20        <div class="contentIcon"><img src="/images/mgTabletFlex.gif" /></div>
21        <cfoutput>
22        <span class="contentNote">Currently Available Version: #application.downloads.mgflex.version# - <a href="#application.downloads.mgflex.url#">Download</a></span>
23        </cfoutput>
24        <p>
25                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.
26        </p>
27        <p>
28                It shuns repetitive, boilerplate code in favor of helper classes and expressive APIs.
29        </p>
30</div>
31
32<div class="contentSection">
33        <h2>Model-Glue is:</h2>
34       
35        <ol>
36        <li>Easy to understand.  <p>UI components and consumers dispatch events.  Controllers listen for events and take action.</p></li>
37
38        <li>Streamlined.  <p>You'll write less code without sacrificing flexibility.</p></li>
39       
40        <li>Adaptable.  <p>You can code fast and loose, catching errors at runtime, or strict and controlling, catching errors when compiling.</p></li>
41       
42        <li>Strong but Simple.  <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li>
43       
44        <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>
45       
46        </ol>
47       
48        <!---
49       
50        <h2>What People Say About Model-Glue:</h2>
51        <br />
52        <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>
53        <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div>
54       
55        <br />
56        <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>
57        <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div>
58        <br />
59        <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em>
60        <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div>
61        <br />
62       
63        <em>Model-Glue is more gooder!</em>
64        <div class="contentNote">Anonymously yelled at CFUnited 2005.</div>
65        --->
66       
67</div>
68
69</div>
70
71<cfinclude template="include/dspFooter.cfm" />
Note: See TracBrowser for help on using the browser.