Posted on April 17, 2008 by michaelangela
This podcast with Thomas Burleson probably has the best description of MVC with Flex, why to use Cairngorm, challenges of using Cairngorm, why to use the universal mind extensions, the problem of view locators and how to work with those, etc. Good stuff. I wish there was a transcript of this.
UMEvent, UMCommand, Callbacks, and other [...]
Filed under: cairngorm, cool, dev, education, flex, mvc, tip | 1 Comment »
Posted on April 11, 2008 by michaelangela
There are several issues I have had when developing with Cairngorm. It gets better with time as you work around the issues, but you have to “work around them”, as opposed to working within the system constraints. The constraints are good. They give form and function. But there are some headaches… certainly no offense to [...]
Filed under: cairngorm, cool, dev, education, flex, mvc | Leave a Comment »
Posted on April 4, 2008 by michaelangela
Cairngorm helps when you’re wanting to know how to structure things. There are other options, especially as you start actually understanding the language. PureMVC is an alternate framework. Then Flexygen has a simple MVC sample… without using Cairngorm. It’s not that Cairngorm is bad! It’s the de facto standard framework for Flex (right [...]
Filed under: cairngorm, dev, education, flex, mvc | Leave a Comment »
Posted on March 31, 2008 by michaelangela
Thanks to Darren who added some notes on it, there may be hope yet! (I copy things things here to my blog in case the original sources disappear as many others have done… )
And Darren, yes it did help very much!
Eric Feminella: Solutions Architect, Rich Internet Applications » Blog Archive » Cairngen 2.1 [...]
Filed under: cairngen, cairngorm, eclipse, tip, tool | 2 Comments »
Posted on March 31, 2008 by michaelangela
So I was trying out the Soylatte Java VM to get it to work with Eclipse so I could use Cairngen on a 10.4 Mac. I got an error after working with some Eclipse configurations so that Eclipse started with errors and didn’t allow much work. However starting from the command line (/Applications/eclipse/eclipse) got me [...]
Filed under: cairngen, cairngorm, eclipse, java, tool | Leave a Comment »
Posted on March 31, 2008 by michaelangela
I need to add a bunch of functionality and I really want to automate the file creation so I just started trying out Cairngen. I got this “unable to load a script engine manager” error. Fortunately I had just checked my Java VM version (default Mac OS 1.5) and according to this post I need [...]
Filed under: cairngen, cairngorm, dev, java, tool | 2 Comments »
Posted on March 31, 2008 by michaelangela
I use Cairngorm. It’s main strength is making sure you put code where it should go. It goes by the MVC mantra which, in and of itself, is really good. The problem? To add one new capability, you sometimes have to add… I forget how many new class files:
“Hmm… need a button here to do [...]
Filed under: cairngorm, dev, education, flex, tool | Leave a Comment »
Posted on March 31, 2008 by michaelangela
I’ll have to dig up the links for this as a reference. But I started an app in Flex. I wanted a good framework to work with to help me organize the code, get some “best practices”, etc. I chose the then standard Cairngorm currently hosted at Adobe. Everything was happening client side so all [...]
Filed under: cairngorm, education, flex | 2 Comments »