[EMAIL PROTECTED] Wed Apr 07 09:04:08 2004 Return-Path: <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] X-Apparently-To: [email protected] Received: (qmail 90502 invoked from network); 7 Apr 2004 14:33:46 -0000 Received: from unknown (66.218.66.167) by m1.grp.scd.yahoo.com with QMQP; 7 Apr 2004 14:33:45 -0000 Received: from unknown (HELO n16.grp.scd.yahoo.com) (66.218.66.71) by mta6.grp.scd.yahoo.com with SMTP; 7 Apr 2004 14:33:44 -0000 Received: from [66.218.67.144] by n16.grp.scd.yahoo.com with NNFMP; 07 Apr 2004 14:32:49 -0000 Date: Wed, 07 Apr 2004 14:32:46 -0000 To: [email protected] Message-ID: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Length: 2793 X-Mailer: Yahoo Groups Message Poster X-eGroups-Remote-IP: 66.218.66.71 From: "aglosband" <[EMAIL PROTECTED]> X-Originating-IP: 63.109.193.27 Subject: Re: Flex Needs Remote Shared Objects! X-Yahoo-Group-Post: member; u=75720330 X-Yahoo-Profile: aglosband
I think this would be pretty easy to implement using HTTP Streaming. Basically, the client makes an HTTP request to the server and the server holds the connection open until there is data to push down to the client. I believe this is the way some instant messaging applications work and solves the problem of having to deal with firewall issues. Here's a javaworld article that shows how to do this with DHTML and servlets: http://www.javaworld.com/javaworld/jw-03- 2000/jw-03-pushlet_p.html -Alex --- In [email protected], "Stacy Young" <[EMAIL PROTECTED]> wrote: > Maybe flex can generic "messaging" API via web service or something. > That way implementations would be same across Java/CF/.NET > > > > -S > > > > _____ > > From: Dimitrios Gianninas > Sent: Monday, April 05, 2004 5:17 PM > To: [email protected] > Subject: RE: [flexcoders] Flex Needs Remote Shared Objects! > > > > And of course this will have to be tied to the middleware somehow, > especially for point 3 of Stacy's email. So it would have to be a Java > push? hmm.. don't know. > > > > Maybe Flex handles doing the push, but gets data from some service and > then sends it to all the client UIs. > > > > Jimmy Gianninas - Software Developer > > Terra Payments Inc. > > (514) 380 - 2700 extension 3249 > > > > > > <table width=800 cellpadding=4 cellspacing=10 border=0><tr bgcolor=BDBDBD><td valign=top width=400><font face=verdana size=2 color=FFFFFF><b>AVIS IMPORTANT</b></font></td><td valign=top width=400><font face=verdana size=2 color=FFFFFF><b>WARNING</b></font></td></tr><tr><td valign=top width=400><p align=justify><font face=verdana size=1 color=808080> Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.</td><td valign=top width=400><p align=justify><font face=verdana size=1 color=808080> The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.</td></tr></table>

