Let¹s wait and see the implementation for Apollo....see how much heavy-lifting is done by Flex/LiveCycle Data Services potentially.... ... -- Steven Webster ...
Steven, Thank you for your reply. Yes, I understand that we should "Let’s wait and see the implementation for Apollo". To clarify what I suspect we will...
Hello, I have a situation where I am making two different calls back to a server via RemoteObject. Each call is triggered within a different cairngorm event...
Hi Todd If you want to sequence you events... Check out http://cairngormdocs.org/blog/?p=27 I use it in a project where I need events to trigger in a certain ...
Hi, This doesn't sound like Cairngorm, but you may want to create very simple, non-Cairngorm, application to try it out. Similarly, you may want to try it with...
I have a menubar which takes an xmllistcollection. I am filling the collection through a java service call. The problem is, since the call is asynchronous,...
Synchronous call to java service in cairngorm framework... I have a menubar which takes an xmllistcollection. I am filling the collection through a java...
hi todd.. thanks so much, it wasn't of much help for the menubar, but the logic was still helpful for sequnced event generation.. regards... asik ... ...
When your apps starts app, show a loading screen, load all the data you need and then switch to the main view and this should work fine. However if you bind...
Hi all, I was wondering if the ServiceLocator could be made dynamic in a new release. Here's why: We are programmaticaly adding services based on an external...
We're getting "Channel disconnected" errors when making multiple calls to a remote service. The situation occurs sporadically when multiple service calls are...
Hi Nick, We were getting something similar with WebServices in the production environment... I was considering building up queuing mechanism in Delegate......
Hi Nick, In response to your current work-around of calling several business delegates one after the other, you may want to take a look at Bjorn Schultheiss'...
Hi Matt, I agree the chainable events are quite useful, however its not that useful if you have 2 buttons, like a save and refresh, which both trigger...
Hi, I have been working with Cairggorm and RemoteObjects but now I am beggining my first Data Services project and I would like to know what are the best...
Thanks Matt and Mark, I decided to go ahead with the queuing implementation. It's working very well so far, but I still think the underlying issue should be...
Hi All, Here's an alternative approach to chaining commands together - we've always gone with state machines in our commands - I took the description of...
Hey Guys, Robin, just a question with your chaining solution. ... Are you using 1 command as the responder to multiple delegates (service calls)? On...
I've got a problem with ServiceLocator, and that problem didn't exist until my today's Flex & Cairngorm upgrade (to Hotfix 2 + Cairngorm 2.2). ... In my...
Hi Danko, Are you sure its trying to load up the other WSDLs? service = ServiceLocator.getInstance ... has an error, as its missing a ( I have updated it below...
No, this syntax error was made in cut&paste process. Well, the problem is - as soon as I reference my first web service from the delegate (and SURE, this web...
No, this syntax error was made in cut&paste process. Well, the problem is - as soon as I reference my first web service from the delegate (and SURE, this web...
Hi, Wonder if anyone might be able to help me... I've recently started using LCDS2.5 and managed to get a demo app working, connecting to our app database etc....
Back in July Eric Feminella blogged about: AIR Cairngorm (AIR extensions for Cairngorm) http://www.ericfeminella.com/blog/category/apollo/page/4/ How can we...
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...
So rather than push changes like this into the core cairngorm framework, we should look to create modules/extensions like cairngorm-apollo.swc; thoughts ? ...