Explain about cairngorm architecture?
Answer / 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 |
What is over loading? Is method over loading possible in flex?
What is default frame rate of the timeline in frame per second? : adobe flex action script
How binding works in mxml components in flex? : Adobe Flex ActionScript
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
What is calllater() method?
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (onmy computer), how can I do this? : adobe flex action script
How do you use a repeater in actionscript? : adobe flex action script
Does exclude or exclude class really excludes the data or class?
What are the 2 ways to compile flex source file?
What are three ways to skin a component in flex? : adobe flex action script
Can we use text input/editable component as itemrenderer?
What is the difference between httpService & Data Service?