Can you please send me an example of how you are defining your WebService on the ServiceLocator and how you are invoking it. I have an example that works,...
Hi Peter here a short sample of my serviceLocator (the httpSerivces works fine): <cairngorm:ServiceLocator xmlns:mx="http://www.adobe.com/2006/mxml" ...
Peter, Here is the services locator: <mx:WebService id="productServiceWS" wsdl="/com/adobe/cairngorm/samples/store/business/ProductDelegate.cfc?wsdl" ...
We’re open to suggestions if you have a better idea. The other option was the basic login example written by Alex Uhlmann. Remember, this is the introduction...
You're awesome Renaun, thanks again. We're putting together a Contributors page which could be up as soon as this weekend, your name will be prominent on that...
This is not a bad tool. Create annotations for your code http://rictus.com/flex/CodeAnatomy/CodeAnatomy.html Regards, Bjorn Schultheiss Senior Flash Developer ...
That's sweet .. :^) If we can get a semi-stable release of that which we can maintain, I think the diagram explorer will benefit from collaboration effort. An...
Hi Cairngormers, unfortunately, I didn't have the time to put much work into the Diagram Explorer, yet. Maybe some of you remember, that I intended to add some...
I need to construct a directory structure for a MONSTER Flex/CF application. (300 forms, 150 reports). Does anyone have large system directory structures...
You want to look at RSL's, Modules, and the rest of that jazz. Check out http://blogs.adobe.com/rgonzalez/2006/06/multiswf_applications.html The cairngorm...
In the ModelLocator documentation of cairngorm 2.1 the constructor is omitted in the ModelLocator implementation. This is not a true singleton if the...
Here's mine anyway... public class ShellModelLocator implements ModelLocator { private static var modelLocator : ShellModelLocator = new ShellModelLocator(); ...
Hi All; I'm new to the Cairngorm Microarchitecture. I was wondering where to start??? I already read the Six-part article by Steven Webster and got the latest...
Hi Guys, Can anyone share the slides and other material from Steve Webster's talk at MAX 2006??? I read on the groups mails that Cairngorm 2.1 was released...
All, I'm on vacation this week and next - I will try to find a moment to upload a pdf to my blog over the next few days. Thanks for your patience, Steven ... ...
There have been a number of postings across the various newsgroups regarding Web Services behaving differently in Cairngorm 2.1. The problem is due to...
Hello. I have been using cairngorm 2.0 for a while, and I am now trying to convert the 2.1 stuff over, including using cairngorm to manage my DataServices....
Sorry All, I copied in the wrong error message. This is the correct error message I get when I dont have a fault handler defined on the DataService on the...
Hi All, I've been struggling to figure out what the bodyViewToShow() method in the ProductsAndCheckoutViewStack.mxml file in CairngormStore does. Now I've...
Let's not get multiple versions of the store out there - I asked that of Evan. Send the source of an updated version to us so we can centralise changes. That...
Hey all, I recently started posting a couple of blog articles on the website. If any parts in the article misrepresent any areas of cairngorm, I would...
Hi Steven, ... Sure. A few questions/suggestions: 1. It would probably be a good idea for some knowledgeable person to review any changes that I (or others?)...
I'm on vacation this week, Let me get to this next week. We will review your changes and post that version to labs with everyones agreement. Steven ... Sent...