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...
This still sounds like a large project. My advice would be to tackle a subset of it using Cairngorm so you will be in a better position to judge for yourself...
I am having a similar problem--I am getting started in a project and want to do TDD but I feel like I am spending more time fighting with the framework than I...
I went through the tutorial (posted by funkriderdavies) successfully using v2.2, and found it quite valuable. There are mistakes but I found them easy to work...
Hello, I'm fairly new to Cairngorm and am having trouble wrapping my brain around a model for my situation. The problem is this: 1 section can have one-to-many...
Hi there christ... i don't know what you trying to say. is it about the class diagram or something like that? can you more specific? ... Got a little couch...
Hi Chris, From what I understand, you are implementing the Domain Model... Which is fine... Actually its good... You can store the base section (or a...
Thank you. This tutorial has helped me tons. I am relative amateur whose only experience coming into Flex2/ActionScript3.0 is PHP and JS. AS3.0 has been a...
Hi x_eqtd, I am glad to hear that you are rockin' with Cairngorm and Flex! :-) Just curious about your experience that led you to state "I personally find the...
Perhaps I was just frustrated, let me change "atrocious" to "overwhelming" and leave it at that. I have indeed checked out a lot of those links, but there are...
Hi x_eqtd, Oh, overwhelming! Yeah, I am totally with you on that. ;-) Be forewarned, it never stops being overwhelming. lol. Just when you think you are...
Hi Everyone following this Thread, I have just added a blog entry to http://cairngormdocs.org about Cairngen... I just wanted to point Cairngen out, its a huge...
I'd like to get acquainted with Cairngorm, my first venture into a framework. I have Flex 2.0.1, am currently using Moxie (for about another 99 days LOL then...
Hey Shawn, The latest version of Cairngorm is the 1 to go for in most cases. 2.2 i believe, on labs. In terms of tutorials there's a ton in the blogs section...
I also have a compilation of links on this page: http://www.brightworks.com/technology/adobe_flex/cairngorm.html Note the new series by Neil Webb listed at the...
... I believe in their current incarnations they don't mix. Thanks guys. My entire project is based on a very simple Main app, with really nothing more than a...
Thanks for the links - I'm planning to start implementing Cairngorm on XChain, my Flex/Rails open source app. Hopefully this will provide a really substantive...
New to Cairngorm (somewhat) but not new to Flex dev and have created some Frameworks based upon your standards...basic MVC. I am working on a new project with...
Hey Everyone, I've been looking through the examples, going into Cairngorm world will seem to be a bit of work, for hopefully some long term payoff. One...
Rowan, You should use Observe for popups. That is the encouraged way of showining popups in Cairngorm. check out the following article by Alex Uhlmann. ...