Flex 2.0 & Cairngorm 2.0 sample : Cairngorm Clock
When you start building Flex applications, you will soon discover that you are going to need a structured way for building a complicated, real-world web application. Same with me...
Comming from the .Net world, I decided to do some investigation in design patterns for Flash and Flex applications. After some googling around, I found a sample chapter from Colin Moock's book on Essential ActionScript 2 which describes the Model-View-Controller design pattern. In this chapter, Colin Moock builds a Clock application based on the MVC design pattern.
Just when I thought the MVC pattern could be usefull for me, I got the posts about the Cairngorm 2 framework for Flex 2. This framework builds on well-known design patterns, including the MVC pattern.
I decided to combine these 2 sources of information and rebuild the Clock application in Flex 2 using Cairngorm 2. You can find it here, including the source.
Have fun !!!