Title: Servlet Applet Communication
Hi, I am trying
to use login screen as servlet and I want to pass username to my applets , how
can I pass this parameter from servlet to applet. I know we can pass parameter
from applet to servlet but is it reverse possible??
regards, Nitin
Hi Nitin,
you would need to have an active connection,
established to from the applet to a servlet and then use that servlet to send
the username etc to the applet. You cannot
open a connection from a servlet to an applet
except where security limits have been relaxed with certificates and signed
servlets/applets
Hope that helps.
Andy Bailey
|