Hello. I'm new to cairngorm (and to flex...) I was experimenting with the command pattern and I have a doubt. "Once a user presses a button a search is...
Hi Roberto, This problem occurs a lot. For example when i perform in our backend we have both search and count methods. Generally when i perform a search for...
I should have read my previous post before i sent it. let me try again. Hi Roberto, This situation occurs a lot. For example when i perform a Search our...
I would like to present my opinion on this: I don't think the SequenceCommand or the EventSequence are the way to go. My general belief that guides my solution...
strange, I've never had this happen with any service calls in Fb3 & cairngorm. and not all of the service calls are quick either. odd one Glenn ... From:...
OK, on a 2nd thought, there is sth that should be noted and really completes the picture here. The specific command actually loads an external flex module....
Sorry for the bump but this recently came up in our shop Here was the blog post Jeffry was referring to about if you are parsing in the Command class you are...
Thanks for the insight on DelegateLocator, sounds interesting When you say you always return a result object (I assume to the command) does your command...
Evan ... Sounds to me like the DelegateLocator is a solution looking for a problem; have you used this in anger on a project, and what was the specific ...
Hello All, I hope that somebody can help me here. I have been following David Tuckers video tutorials (I am upto Tutorial 3) whilst altering a project that I...
I would suggest you start by making sure you implemented each step, in no particular order here; for instance is the Event mapped to the appropriate Command in...
I replied on the blog (i think), also provided here... ... I haven't had that problem, but I don't have exuberantly long message returns, nor load modules that...
(pre-aside: ahh, the flexibility of Cairngorm - you can take what you want and use what you will - IMHO, Cairngorm succeeds in being minimalist is its ...
And while I'm reading and posting to mailing lists, here's my "I Wish" for the day. (Steven, I think you asked once "what would you put in an update to...
Thanks, Glenn, for the plug. It was great to have Thomas on. ( Everyone tell your friends ) ... -- Jeffry Houser Flex, ColdFusion, AIR AIM: Reboog711 |...
I have added the Cairngorm 2.2.1 source to my source path in FlexBuilder3 to facilitate debugging into it (the bugs are always mine). I get the following...
You're right, it's more of a DelegateFactory. And yes .. you're also right, it's a solution looking for a problem. Actually I have never implemented it on a...
I read this same article and it makes sense to me. We have HTTPServices but also store xml inside shared objects and being able to have my Delegates return...
I started using Cairngorm in order to externalize the configuration of my webservices. Then I switched to RemoteObjects through AMF/BlazeDs and realized that...
I gave my self an answer that may be useful to others: You can set the "endpoint" property of the RemoteObject to force the url any value. I use cairngorm to...
After a bit more experience with flex/cairngorm and prana I now have more insights on the interesting problem. To begin with: What is the difference between a...