RE: [flexcoders] Server to client calls

2008-06-27 Thread Seth Hodgson
:[EMAIL PROTECTED] Em nome de Seth Hodgson Enviada em: quinta-feira, 26 de junho de 2008 13:46 Para: flexcoders@yahoogroups.com 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

RE: [flexcoders] Server to client calls

2008-06-26 Thread Seth Hodgson
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 approach, and generate messages on the server that

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