Is it possible to have Flash communicate with a Servlet and continually provide
a response / progress of where the server-side application is within the
processing lifecycle (i.e. can my servlet continually send a response back to
the client to update the display on progress of processing)??
Daniel Gimenez - 27 Sep 2004 12:54 GMT
It is possible if you use XmlSockets. Using XmlSockets you open a permanent
communication and you can send messages server to client side and client to
server side...
Dani
> Is it possible to have Flash communicate with a Servlet and continually provide
> a response / progress of where the server-side application is within the
> processing lifecycle (i.e. can my servlet continually send a response back to
> the client to update the display on progress of processing)??