Answer Posted / Shiv Shanker
Cairngorm is a Model-View-Controller (MVC) architecture for Flex applications, designed to help organize and structure complex RIA projects. It consists of several components:
1. Facades: act as the primary entry point for the application and handle high-level business logic.
2. Services: manage communication between the facade and data sources like remote services or local files.
3. Remotings: manage communication with remote servers using AMF or HTTP methods.
4. Commands: encapsulate single use cases that can be executed by the CommandFacade.
5. Models: represent the state of the application and are typically bound to views.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers