Can anyone recommend some good example code of applet/servlet communication?

Thanks,
Paul

-----Original Message-----
From: Andy Bailey [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 12, 1999 12:27 PM
To: [EMAIL PROTECTED]
Subject: Re: 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

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to