How to send all previously generated data to new Flex client when using BlazeDS streaming?
Posted
by Sergey
on Stack Overflow
See other posts from Stack Overflow
or by Sergey
Published on 2010-05-28T09:25:49Z
Indexed on
2010/05/28
9:32 UTC
Read the original article
Hit count: 248
Hello.
I have a Flex client and Java back-end connected with each other via BlazeDS. I use streaming for real-time data push from server to client. Everything works fine, but I want to add the following functionality: when the new client opens Flex application, he must receive all previously generated data instead of just subscribing to data updates. It seems like I have to save this data at the web server - that's pretty straightforward, but how can I push this data to new client when he connects? Should I use custom ServiceAdapter
or there is a better way to achieve this purpose?
© Stack Overflow or respective owner