
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.
It shuns repetitive, boilerplate code in favor of helper classes and expressive APIs.
UI components and consumers dispatch events. Controllers listen for events and take action.
You'll write less code without sacrificing flexibility.
You can code fast and loose, catching errors at runtime, or strict and controlling, catching errors when compiling.
Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.
All code is released under the Apache Software License 2.0, meaning that it's free to download, use, and alter.