RES: [flexcoders] Server to client calls

2008-06-26 Thread Luciano Manerich Junior
@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of Luciano Manerich Junior Sent: Monday, June 23, 2008 12:16 PM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: RES: [flexcoders] Server to client calls Hi, i've just seen the way with Producer/Consumer, but, its just

RES: [flexcoders] Server to client calls

2008-06-23 Thread Luciano Manerich Junior
Hi, i've just seen the way with Producer/Consumer, but, its just too much automated. Is there an way that i may dispatch a consumer event to flex within Java? I need to dispatch an event, to some clients, without any user interaction. In FMS, there is a collection of the current clients, and

Re: RES: [flexcoders] Server to client calls

2008-06-23 Thread Anthony DeBonis
BlazeDS has some examples of dispatching events from Java but in your Flex application you will have to set up consumer to listen(pole) for messages. Sample in BlazeDS: http://localhost:8400/samples/#traderdesktop Start the feed triggers a JSP with code like this... Feed feed = new Feed();