I'm looking for an example of how to do a long running HTTP call from Flex/Actionscript to a Java server that supports Comet. Also long running http calls are usually used for pushing data from the server to the client, I would like to used for "streaming" data to the client, for example data for a large table. The client should show already some data before the call is finished. I know that LCDS from Adobe supports this, but I'm interested in a low level implementation that would get the data directly using HTTP.
|
|
I do not know if Blaze uses LCDS, but Blaze has the ability to do COMET:
(from http://labs.adobe.com/wiki/index.php/BlazeDS:Release_Notes) You can download the turnkey distro that contains an example application to see if Blaze would meet your needs. http://opensource.adobe.com/wiki/display/blazeds/Release+Builds |
||
|
|
|
|
Well ... there is a googlecode project named 'flexcomet' that purports to be an implementation of the Bayeux protocol. Not played with this at all myself... |
||
|
|
