Technically it isn't possible as there are dependencies on framework specific APIs. However, being that you have access to the source code you can definetly...
Correct, the profiler verifies this. I added a method to the CairngormEventDispacther subclass that removes the FrontController's the same way they were added....
Could anyone say if the recent bug I've discovered is a matter of something within Flex, or is it Cairngorm (or generally Singleton) issue? Have you...
Hi, I'm about to start working on a new large application, which is going to be built using cairngorm. This application will be one of our core products, which...
These types of architecture concerns are wholly independent of what Cairngorm is/aims to do. Cairngorm is simply a model for how to structure the different...
Stephen, Cairngorm doesn't stop you from building multi-user, multi- organization application. Cairngorm facilitates better organization of code but it doesn't...
I agree with Amit, Remember, Flex is a primairly a client-only technology (with the exception if you use it to create an AIR application). That means that the...
I know I've seen them around somewhere, but I can't find any of the responses regarding dynamic webservices w/in cairngorm. I have two environments, and want...
If you have a WebService tag in MXML, just because its wsdl property is bound to a property somewhere doesn't mean it will reload the WSDL when it changes....
Ok. Well, I'm on the right track. That's what I have happening right now. And I'm close to getting it to work, but I think there's some other "cleanup" that...
The technique I use for dealing with different WSDL files for development vs production might be considered a little hackish, but it works really well: In the...
Hi all, Thanks for all the replys they've all be very helpful, i see that Cairngorm will support my needs and that the separation of users data will be ...
Hi! I have a situation where I need to create a dynamic datagrid (the name and number of columns is based on input xml, along with the type of data being...
Hi Paul. Thanks for the reply. Could you maybe point me to an official statement from Adobe that this component is indeed free for commercial use? I tried to...
I don't know where the statement would be, I imagine the license statement says what open source license they used. But it's absolutely free. Matt Adobe From:...
... Thanks guys, for the replies. While this is enough for me to use on spare time projects, My daytime boss would still like to see some official Adobe...
Ha! Finally found it! So, I thought I'd post the link here for prosperity. http://pair.collab.eu/browser/trunk/flex/lib/Cairngorm-License.txt?rev=5 Again,...
I haven¹t checked, but the license should be in the ZIP file you get with the source and the binaries. Off the top of my head, I can¹t remember which ...
Hello, This sound more like a Flex question to me within the context of Cairngorm. Cairngorm doesn't realy restrict the kind of data you can store on the ...
Hi, I've recently taken over an application which is written using Cairngorm, but the developers of the system have used a Controller for each event, so I have...
Wow, a seperate Controller for each Event - and I thought I've heard it all :) That's obviously a bad design. You are correct in that you should merge all of...
Hmm, I remember initially posting that comment a couple of months ago. I think your efforts are great. Sorry I can't comment on the spam but it's curious that...
Ouch! 32 controller classes that's hurt!. I suggest the following: Inside your main app register the Shared Commands. MyMainApp.sharedController = new...