views:

159

answers:

5

Searching the site didn't help, so if anybody has good tips for getting up to speed with Cairngorm?! I have to make an ultra quickstart on this framework, since I have to dive into an existing project ASAP.

Any help is much appreciated!

+1  A: 

you don't mention which version of Cairngorm, but this is a good place to start if you are using version 2.1 or earlier.

cairngorm docs

The beta for Cairngorm 3 is out and you can find whatever info there currently is at

cairngorm 3

Gregor Kiddie
Thanks, had this already on my list.
adehaas
+2  A: 

This guys created a Flex application to help explain the work flow: http://robsondesign.com/blog/index.php/2009/02/18/cairngorm-diagram-explorer-update/

Shua
Thanks for the response, indeed very helpful.
adehaas
A: 

Here is a simple animated short about Cairngorm

Then you need to understand the MVC architectural pattern

Why to use design patterns (inspiration/motivation)

Then go ahead to these Cairngorm related links/videos:

Getting started links

Video tutorials

Then start coding:

A real case to work with

Mikelangelo
Hey, sorry for the late reply.Have got a good insight meanwhile, nonetheless your links were very helpful, thanks!
adehaas
+1  A: 

I found this 5 part tutorial at www.davidtucker.net to be very practical and hands on. David moves fast but also gives solid descriptions for almost everything he does. The tutorial includes both blog posts and video code-alongs. I recommend doing both. The download files get a little messed up (renaming, Adobe AIR, Flex Web app), so I had to follow the code-alongs and use the downloaded source only for reference (I opened in a separate editor and copy and pasted as needed).

Carl Trapani
A: 

There's a book from Wrox on Amazon that really helped me Professional Cairngorm

spdaly