New BlazeDS with CF examples
May 15, 2009
Just posted up my examples I showed at my cfObjective presentation on BlazeDS. It took some time because the README.txt file goes over everything you need to run the examples and to get started. Included with the zip is the stock feeder, error logger, file explorer, and the file explorer as a AJAX/Blaze app. Thanks for those who attended. Hope this shows some interesting and different uses of BlazeDS.
The code and examples can be found at..
http://labs.fusionlink.com/katapult/index.cfm?page=articles/blazeds
Don Kerr wrote on 10/18/099:03 PM
John, outstanding article. Very well written. I tried to configure BlazeDS on my CF8 server on my Mac to try it out. I'm having a tough time getting beyond this error when testing the send:Unable to access the Flex Message Broker.
You may be trying to talk to Data Services when they are not installed as part of ColdFusion, or Data Services may not be configured correctly.
The error occurred in /Applications/ColdFusion8/wwwroot/messaging-example/cfstuff/send.cfm: line 24
22 :
23 : <!---Now sending the message to the CF event gateway which in turns sends it to BlazeDS--->
24 : <cfset SendGatewayMessage("errorsgateway", message)/>
I believe I've followed the BlazeDS CF8 install instructions correctly. Any ideas why I might be getting this error?
Thanks,
Don Kerr
Manager, Space City Adobe User Group
Houston, TX