I will be attending the same session this afternoon and will blog about my findings either tonight or tomorrow. Either way I will respond using this thread to...
Hi Eric, any news about this new version of Cairngorm? Are there plans to release it on labs too? -- Joćo Fernandes www.onflexwithcf.org www.riapt.org...
There are some very, very significant changes being made. Nothing which is available as of yet. It will be a big change for all of us. I will explain when I...
hi folks. Just wondering, does anyone know of an eclipse (or anything else in fact) tool for automatically creating VOs from MySQL tables? It's just such a...
Hello, you can use reactor framework ORM that creates To automatically from the database table. Then you can make AS valueObject classes from this To ...
Hi. I've been using Cairngorm for a while. I think it's a great project but I still have a lot of questions about it. One thing I don't understand very well is...
The main reason is that calling the Commands directly gives your view (V) knowledge of your model (M) and controller (C) that it really shouldn't have. Your...
Hi, To make it simple: In the database there is a table 'users', there is a UserVo, and I can display, edit, delete users. No problem. There is also a table...
Thanks for the reply, Ben! I can't see how calling Commands directly gives the View knowledge of the Model, but it's true that it does give the View knowledge...
I guess maybe the view wouldn't have direct knowledge of the model, but since most of your Commands will interact with your model in some way its pretty close....
Hey Guys, Cairngorm takes advantage of Flash Player's powerful event model in order to facilitate the decoupling of components. The FrontController is for the...
Hey Guys, Cairngorm takes advantage of Flash Player's powerful event model in order to facilitate the decoupling of components. The FrontController is for the...
Hey Guys, Cairngorm takes advantage of Flash Player's powerful event model in order to facilitate the decoupling of components. The FrontController is for the...
Hey Ben, Sub classing Front Controller is easy to do. I have done so in order to register / unregister Commmand's from Modules dynamically at runtime. I have...
I know that a lot of people have been struggling with getting these two to work together. I recently came up with a solution that worked in several projects. I...
1) is the the defacto Cairngorm forum? It looks like it has the most activity....is there another place I should be posting general Cairngorm usage questions?...
Peter had sent me an email today regarding the current state of Cairngorm and Steven has a great post about the current state of Cairngorm. I am thankful that...
Peter had sent me an email today regarding the current state of Cairngorm and Steven has a great post about the current state of Cairngorm. I am thankful that...
1) is the the defacto Cairngorm forum? It looks like it has the most activity....is there another place I should be posting general Cairngorm usage questions?...
It looks very nice... and you have good timing since I just started to venture off into modules :). The only thing that I don't see is how the instances...
Hi ppl I'm starting now to use the Cairngorm... I picked up the CafeTownsend example from the http://cairngormdocs.org/ site, and i was using it as a start for...
Hello all, I just finished an Open Source Undo/Redo Framework for Flex that integrates tightly with Cairngorm. It basically provides an interface for an...