coldfusion « flex « Java Enterprise Q&A





1. How do I use SendGatewayMessage to send a message to a Flex consumer?    stackoverflow.com

I have a CFC that occasionally needs to send a message via LCDS/BlazeDS to multiple Flex apps that have a consumer setup. I'm having a hard time figuring out the ...

2. Blaze DS via Ajax with ColdFusion    stackoverflow.com

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 ...

3. LCDS with ColdFusion without Flex    stackoverflow.com

Is there a way to do BlazeDS/LCDS and ColdFusion polling without the need to use Flex to connect to them to achieve pseudo-"realtime"?

4. How is mx:DataService in LCDS different from Flash Builder 4 DCD data features?    stackoverflow.com

LCDS Data Management via <mx:DataService> (only available with fds.swc from LCDS) can do pagination and data sync, but FlashBuilder 4 + Flex4 can do them as well! See the following ...

5. IIS Flash Remoting Request Limit introduced with Coldfusion 9    stackoverflow.com

We've just been our Coldfusion servers from Enterprise CF 8.01 to CF 9. They are running Win 2008. We ran into trouble on those servers that provide the Flash remoting back-end ...

6. Problem Sending Server Side Messages from BlazeDS to All Browsers    stackoverflow.com

I've run into a bit of a wall with sending messages from BlazeDS on the server to Flex clients. I have my adapters and destinations set properly (I think) messaging-config.xml and ...

7. AMF body dropped on Deserialization    stackoverflow.com

I am trying to do a simple Flex AMF call to a ColdFusion server via BlazeDS. Using a RemoteObject, I am trying to send a login request to the server, ...

8. Which is the best way to get Data in my Flex Application?    stackoverflow.com

I am new in Flex Development, While creating a new Mobile project it asks me if I want to Connect it to Some Servers and gives me four options `ColdFusion, PHP, ...