RE: [flexcoders] Server to client calls

2008-06-27 Thread Seth Hodgson
Sent: Thursday, June 26, 2008 9:56 AM To: flexcoders@yahoogroups.com Subject: RES: [flexcoders] Server to client calls Hi Seth,   thank you, and all those answers that i've received. In that sample app, every client receive an event, there is an way that i may filter some clients in server code

RE: [flexcoders] Server to client calls

2008-06-26 Thread Seth Hodgson
To: flexcoders@yahoogroups.com Subject: RES: [flexcoders] Server to client calls 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

RES: [flexcoders] Server to client calls

2008-06-26 Thread Luciano Manerich Junior
Assunto: RE: [flexcoders] Server to client calls Hi Luciano, Take a look through the sample apps. One of them is a stock ticker sample, and tick updates (messages) that are pushed/dispatched to subscribed Consumers are generated directly by Java code on the server. You could follow the same

[flexcoders] Server to client calls

2008-06-23 Thread Luciano Manerich Junior
Hi there, It is possible with LCDS, BlazeDS or some similar DS to call flex client methods from the server? If not, this is only possible with FMS? Thanks in advance.

RES: [flexcoders] Server to client calls

2008-06-23 Thread Luciano Manerich Junior
, and i may interact with that to call some methods. De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Luciano Manerich Junior Enviada em: segunda-feira, 23 de junho de 2008 15:32 Para: flexcoders@yahoogroups.com Assunto: [flexcoders] Server to client

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();

Re: [flexcoders] Server to client calls

2008-06-23 Thread Anatole Tartakovsky
Luciano, You need about 1 week of development. In steps : 1. Pick up eIther LCDS with RTMP, BlazeDS with long request or LCDS 2.6 - any technology that supports Subscription object 2. Modifty client-side end-point for Subscription object to scan for particular type of the object you will use to