Model-Glue: Flex

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.
Model-Glue is:
- Easy to understand.
UI components and consumers dispatch events. Controllers listen for events and take action.
- Streamlined.
You'll write less code without sacrificing flexibility.
- Adaptable.
You can code fast and loose, catching errors at runtime, or strict and controlling, catching errors when compiling.
- Strong but Simple.
Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.
- Open.
All code is released under the Apache Software License 2.0, meaning that it's free to download, use, and alter.

