Well I would deffinitely suggest to have a look at BlazeDS and the AMF connection types. With this you can setup some JMS like Queues and Topics and have messages sent to these automatically pushed to any client. I am using this quite a lot and it works like a charm.
Just did a quick google search ... have a look at this article: http://www.javabeat.net/working-with-blazeds-messaging-services-using-flex-4-0/ Chris -----Ursprüngliche Nachricht----- Von: mark goldin [mailto:[email protected]] Gesendet: Freitag, 14. Februar 2014 20:42 An: users Betreff: Re: Is there a way to send an event from the Flex server to a registered Flex client ? A while ago I was using XML (Windows) sockets for that kind of messaging. Also known as a data push. On Fri, Feb 14, 2014 at 11:16 AM, Irnbru <[email protected]> wrote: > Here is the basic set up (Server to Client messaging). > > I have a Linux server on which the flex (web) application runs. > > The server has a process which gets triggered at some point and then > has to post that to the Flex application Client. So this is initiated > at the server level. E.G. "Your Cake is Baked" (for want of a simple > example). > > Is there a way I can have this picked up within the client so that it > pops up on the user screen etc ? > > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Is-there-a-way-to-send- > an-event-from-the-Flex-server-to-a-registered-Flex-client-tp4981.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
