cairngorm framework by zabi

15
Cairngorm framework By zabi

Upload: guesta140e75

Post on 24-May-2015

2.194 views

Category:

Career


2 download

DESCRIPTION

frame work

TRANSCRIPT

Page 1: cairngorm framework by zabi

Cairngorm framework

By zabi

Page 2: cairngorm framework by zabi

My Agenda……

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

Page 3: cairngorm framework by zabi

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

Cairngorm applications

Page 4: cairngorm framework by zabi

MVC framework

Page 5: cairngorm framework by zabi

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

Page 6: cairngorm framework by zabi

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)

Page 7: cairngorm framework by zabi

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.

Page 8: cairngorm framework by zabi

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

Page 9: cairngorm framework by zabi

Cairngorm framework.

Page 10: cairngorm framework by zabi

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.

Page 11: cairngorm framework by zabi

Layer in cairngorm

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

Page 12: cairngorm framework by zabi

Work flow..

Page 13: cairngorm framework by zabi
Page 14: cairngorm framework by zabi

Example:

Page 15: cairngorm framework by zabi

Thank you……….