Title: RE: Servlets with Applets

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
-----Original Message-----
From: Cedric Lefebvre [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 21, 1999 4:31 AM
To: [EMAIL PROTECTED]
Subject: Servlets with Applets


Greetings,
 
I have to make communicate applets with servlets on my web server. How
can I do that ? With RMI ?
 
Thanks
 
Cedric Lefebvre
Syntegra

Reply via email to