These days I started to study about MVC (Model-View-Controller) implementation for Flex. Although I used a lot MVC and MVC Frameworks in other language (PHP 4 & 5) the Cairngorm MVC Framework is a bit more complex.
For a better understanding I found the following interactive diagram where you can view which part of the code where it is used and when. The diagram can be accessed at the end of the article or seen online here (diagram is from http://www.cairngormdocs.org/).
Resources:
Cairngorm on wikipedia
Hello World Example
The artcile will have follow-ups as I will get more and more into this.
|
Tags: cairngorm, flex, model-view-controller, mvc, oop, puremvc
This post was written by Andrei Ionescu
Views: 2631



















Cant we implement MVC without cairngorm?
I dont think its that complex a process..
Here is a little post on how to do it..
http://techmytongue.blogspot.com/2008/08/mvc-with-flex.html