I too am trying to use Cairngorm and FlexUnit. I ran into trouble in trying to get FlexUnit to work asynchronously. It works fine for the first test, but...
Adobe's AIR includes classes for swf client-side embedded SQL database functionality via the package flash.data. In the Cairngorm microarchitecture, remote...
I printed the very useful Cairngorm 2.0 Microarchitacture diagram from http://www.cairngormdocs.org/cairngormDiagram/cairngorm2_rpc.pdf But it is my...
When do I call a cairngorm event during the drag and drop process? Here are possible points I have to consider: draggedItem.mouseDown targetItem.dragEnter ...
In our parent application we are loading (child swf A) that uses Cairngorm to get data from an xml file. The ServiceLocator calls Service.mxml which contains...
hi all... i have several question in mind. 1.why using design pattern or framework to develop RIA application? can anyone describe it with visual? 2.what the...
If you don't use a framework (cairngorm or whatever else) you will be using the basic facilities in Flex to have your application components exchange...
Hi Paul.. thanks for responds this message :) i know all the benefit using cairngorm and the implementation too. let me describe what my question is: theres 2...
Hi everyone, In our application we have bound some visual elements to the model locator. When we make changes to the items on the canvas (move, resize) and...
... can anyone describe it with visual? So you or another developer can easily reapproach the code to add features in the future without having to study your...
Hi again paul... the perspective i'm looking for is about, how we can compare the application using cairngorm and not using cairngorm? it's obvious we can't...
the answer is close, but not exactly what i'm looking for. maybe we can dig it more deeper. thanks mike to join us :) ... can anyone describe it with visual? ...
Hi Wilson, I am going to speak from my experience... My first Flex App was a data based moderation system, so I would get data from my database, and if it was...
Good story, Mark. I have to agree that everything you said is true. But then again, you still had to do it the 'wrong' way first, right? I think of it like a...
Hi Sean, I did have to learn the hard way... but it was beneficial in the end. Now I have come accross cairngen from Eric F, the version that uses Ant, and...
Hi all, I have a concrete example for Wilson [and a feedback request from any gurus]: <shamelessSelfPromotion> One way to compare Cairngorm vs. non-Cairngorm...
First of all thank to you all guys to responds this message.. thank to Sean,mark and peter to join us :) from the responds of mark and sean i take conclusion...
Hi All, I am working a huge project which will contain approx 1000+ mxml (view) components and 2500+ supporting .as files. It is going to be a pure Flex based...
I've read through all these posts and you keep saying that people are being too abstract or that you need to be "sold" on cairngorm. What are you looking for...
Sorry to bring this up again, but I haven't been able to figure it out from the existing posts and links therein. I want to develop my Command objects using...
Hi Wilson sihombing, If you are finding it so hard to understand the importance of Cairngorm even after so many ppl have explained to the best possible extent,...
Why dont use a single structure in which you put all the business and command logic. In a future i think that this will let you mantain and reuse your code. ...
Maybe I'm the only one but I find the notion of a RIA project with 1,000+ mxml files and 2,500 supporting classes a bit scary. I'd be looking to see how I...
It seems like 2,500 disparate classes indicates a lack of abstraction in the class architecture. Maybe a full operating system would need that many specialized...
By my experience i reuse code across all my components, in which they are in separate proyects. Consider for example that the Enterprise Library of Microsoft...
Hi All, Based on these comments and from other inputs, I reassessed the needs. I think I will have no more than 150-200 mxml files and the corresponding...