Joined: Wed May 23, 2007 6:02 am Posts: 0
|
|
consdier there are two clients A & B with a server where servlet is running.
client A as one applet which can request & get response from servlet.
client B as one .java program which ll send msg to servlet when some thing wrong happens in client B say memory leak.
Then servlet should send this msg to applet eventhough it as not requested has & when servlet recieve such msgs from client B.
the applet recieving msg from servlet sent by client B should is dispaly that msg in table so tht user setting at client A come to know abt wht happened at client B side.
how to handle this scenario ?
|
|