cairngorm framework by zabi

Post on 24-May-2015

2.194 Views

Category:

Career

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

frame work

TRANSCRIPT

Cairngorm framework

By zabi

My Agenda……

Introduction. MVC framework. Types of framework. Cairngorm framework.

Intro…. process of designing a simple Cairngorm. right from the start of their development effort. rapid development of

Cairngorm applications

MVC framework

Model (Business process layer) Models the data and behavior behind thebusiness process – Responsible for actually doing

● Performing DB queries● Calculating the business process● Processing orders

– Encapsulate of data and behavior which are independent of presentation

View (Presentation layer)

Display information according to client types Display result of business logic (Model) Not concerned with how the information was

obtained, or from where (since that is the responsibility of Model)

Controller (Control layer) Serves as the logical connection between the

user's interaction and the business services on the back

Responsible for making decisions among multiple presentations● e.g. User's language, locale or access level

dictates a different presentation.

Types of framework in flex. Mate framework. Swizz framework. Pure MVC framework. Cairngorm framework.

Cairngorm framework.

Cairngorm is one of the primary open source frameworks for application architecture

Cairngorm is one of the best way to RIA easily.

The user interface will play a major role in the business

Number of layer in cairngorm.

Layer in cairngorm

Business. Command. Controller. Model. View. Valued object.

Work flow..

Example:

Thank you……….

top related