Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to use Adobe's Blaze DS via ColdFusion through Ajax. I know enough ColdFusion and JavaScript to do what I want to do, but I want to add long poling into the application and it looks like the only way to do that is through Blaze DS...but I don't know enough about Flash/Flex to finish the job. Anyone know of an Ajax Mockup that works?

share|improve this question

2 Answers

Using the Flex Ajax Bridge

The Adobe® Flex® Ajax Bridge (FABridge) is a small, unobtrusive code library that you can insert into an Flex application, a Flex component, or an empty SWF file to expose it to scripting in the web browser.

http://livedocs.adobe.com/flex/3/html/ajaxbridge%5F1.html

share|improve this answer
Any ideas on the ColdFusion side? I installed it but couldn't figure out how to verify if it was even running. – Ian Dec 7 '09 at 22:33
Sorry, I'm new to Flex as well. You need to get the Flex side of things working first, then this ajax bridge will let your webpage to use Ajax to control an empty SWF that communicate with BlazeDS. So this is not a totally SWF-free solution. – Henry Dec 7 '09 at 23:02
See if these links help to get you going: stackoverflow.com/questions/1395658/… – Henry Dec 7 '09 at 23:04

Just found out about this today. Maybe easier than BlazeDS+Flex+Ajax?

http://www.ape-project.org/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.