List of Flex frameworks
The role of the View layer in a Cairngorm application is to throw events and bind to data stored in the Model.The execute() method can update the central Model, as well as invoke a Service class which typically involves communication with a remote server.The IResponder interface, which is also implemented by the Command class, includes onResult and onFault methods to handle responses returned from the invoked remote service.The free, open source framework was originally implemented in the ActionScript 3 language for use with Adobe Flex, Flash and AIR, and it has since been ported to nearly all the major web development platforms.It aims at greatly simplifying the development of rich web applications through client-side data management, real-time messaging, transparent lazy-loading, paged queries, code generation and other features.