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 shared object? (Or) how to store the data in local?
What is display list?
What is adapter in blaze ds?
Mytree appears just fine but why ca not I access the node attributes?
When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
What is default frame rate of the timeline in frame per second?
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 (on my computer), how can I do this?
What is the use of arraycollection filter function?
When I have only a single record, why does not it appear in my datagrid?
Mytree appears just fine but why ca not I access the node attributes? : adobe flex action script
Difference between item renderer and item editors?
Explain in which level does the original movie resides?