hello
i use the swing write the client-side console,but this client side console fuction not as normal,it don't receive info ACTIVATELY, it works as a monitor to superwise other computer(i call it server),the server push data to the client-side console,that means the swing client PASSIVATELY get info,one info item arrived,the one item is displayed on a table within the client console.
who can tell me,what's the better solution to my requirement,socket or rmi?and how?
thank you very much!
-
the server push the gui client (2 messages)
- Posted by: u u
- Posted on: March 31 2004 03:56 EST
Threaded Messages (2)
- I prefer to use Socket by cnzeng zheng on March 31 2004 09:52 EST
- Push by Stephane Vaucher on April 01 2004 18:43 EST
-
I prefer to use Socket[ Go to top ]
- Posted by: cnzeng zheng
- Posted on: March 31 2004 09:52 EST
- in response to u u
You just push some data,so need not RMI.Simply use UDP is ok. -
Push[ Go to top ]
- Posted by: Stephane Vaucher
- Posted on: April 01 2004 18:43 EST
- in response to u u