Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ketan Dave   on Apr 24 In Java Category.

  
Question Answered By: James Evans   on Apr 24

Two solutions come to my mind.

1) Use something like AJAX. An iframe with periodic http requests invoked
by javascripts might might be one solution.

2) Use an applet. This applet can either listen on a specific port for an
event to occur (you can also send even packet from server  bu multicast,
then all ethernet adaptors will catch it, but this is usefull only for
lan, since multicast is closed by default in most routers), or they can go
and ask server themselves, either by an RMI call or anything else.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on when one client changes data want all other clients Or get search suggestion and latest updates.


Tagged: