Title: RE: Servlets with Applets
Thanks for answering, do you have a code example, please ?
 
Cedric

RMI is one way.  Another is to use URLConnection, and serialized objects over that connection.  URLConnection allows the applet to connect to the servlet like a web page does.

Don

Reply via email to