Servlet to AWT

Can anyone tell me how to Send parameters from servlet to AWT ?
[77 byte] By [chandra_1977] at [2007-9-26 6:52:36]
# 1
Hi...U can do that using the sockets. That is have a seperate class at the server that continuously listens for the incoming sockets at some port. Now from awt create a socket to this class and then read the parametersRegardsArafat
arafatonline at 2007-7-1 16:21:47 > top of Java-index,Desktop,Core GUI APIs...
# 2
THANK YOU ARAFAT.-Chinmaya
chandra_1977 at 2007-7-1 16:21:47 > top of Java-index,Desktop,Core GUI APIs...