Hi all,
I would like to know if a flash client can be notified of a certain event
happening in the server side like a Java application server ?
example :
- one application server (JBoss, Tomcat or Weblogic)
- 2 flash clients using Flash Remoting to connect to the application server
Event : client 1 send a request that modifies a business object existing on
server side
Question ; can I notify client 2 of this change ?
If you think it's possible can you give me hints to realize that or better an
example ?
Many thanks
Joel
jameslyon - 13 Apr 2005 23:51 GMT
That's easily handled using Flash Communication Server ( sending messages to a
listening client), but Flash Remoting will require the client to make a query,
which can be handled by looping but isn't as efficient as Comm Server.