Explain About Cairngorm Architecture?

devquora
devquora

Posted On: Feb 22, 2018

 

Cairngorm architecture can be explained as the process of implementation of several design patterns in order to form a lightweight architectural framework. Cairngorm follows the process of separating the view and business logic. This process is known as the Model-View-Controller pattern or (MVC).

The types of Cairngorm architecture are as follows:

  • Model Locator: This Stores all the application’s Value along with shared variables that too at one place.
  • View: This allows one or more Flex components bundled just like a named unit, bound to data in the Model Locator.
  • Front Controller: This receives Cairngorm event details and then works ahead to map them to the cairngorm commands as and when required.
  • Command: This handles business logic, calls cairngorm Delegates or Commands, and other updates.
  • Delegate: This is created by a command, and regulates the remote procedure calls and gives the results back to that old command.
  • Service: This defines the remote procedure calls to connect to remote data stores.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Flex Interview Questions

    State the difference between Item Renderer and Item Editors?

    Difference between item renderer and item editors are as follows; Both are used for the purpose of editing, but item re..

    Flex Interview Questions

    Why is disable auto update method used?

    This method is used as it protects the events that represent changes to the underlying data from being broadcast by the..

    Flex Interview Questions

    What is a View Cursor?

    A cursor is an instrument used for position indicator, it points to any particular item. View cursor is used in order t..