I recently read Glenn Beck’s Common Sense: The Case Against an Out-of-Control Government, Inspired by Thomas Paine, and was very pleased with how the book was crafted and authored. There were several points in the book where the language deviated from a calm and cool demeanor, which serves …
A quick update on what I've been doing with Flex and Cairngorm Extended Architecture.
Well, I had my first round of golf in the Tennessee heat yesterday, and came to understand why the Irish emigrated to areas like Boston, New York, Pittsburgh, and Canada. We just ain’t meant for this kind of weather.
Normally, I like to tee about between 6:30 AM and 8:00 AM – even …
Can’t wait to play around with it!
LCDS 3 on Adobe Labs
You know why? Because you guys and gals feed the trolls.
Every so often, some ignoramus comes along and says “ColdFusion is outdated and dying,” or “Don’t waste your time learning such an antiquated and proprietary language, no one uses it anyways.” Of course, anyone …
How to set up ColdFusion event gateways for communicating with Flex.
After several hours of trying everything I could think of, I finally discovered what was causing the error from my previous post.
Unable to find the Flex adapter for destination ColdFusionGateway
in the RMI registry on localhost:1099.
The Flex adapter may not be running or the destination may …
I’ve run into a snag getting ColdFusion to send messages to a destination set up for Flex Messaging. I’ve gone through all the tutorials and set up an event gateway in my local admin using the FlexMessaging type…
but any attempt to send a message to it….
x = …
Purpose
The intended purpose for the AbstractEvent class in Cairngorm was three-fold:
Reduce the number of files needed to manage business events by organizing Events into domains
Implement a callback feature so that a view can specify another action to perform upon the successful completion of …
Purpose
The intended purpose for the AbstractCommand class in Cairngorm is three-fold:
Further implementation of a callback feature - in conjunction with the AbstractEvent - so that a view can specify other actions to perform upon the successful completion of business event
Create a Responder …