The are a few ways to implement this.  You can setup a RMI framework which
would be very efficient for extensive talking, or
you can use Object Serialization.  Try searching on those topics for
examples.

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Yann
Durand
Sent: Wednesday, June 14, 2000 9:32 AM
To: [EMAIL PROTECTED]
Subject: Communication applet-servlet


Hi all,

Does anyone have some examples of communication between applet and servlets
?

For example, a servlet gets a integer variable from an applet, invokes a
method (with applet variable passed in argument) which products a result,
and send this result to the applet.

I didn't find any example on the web.

Thanks in advance.

Yann

___________________________________________________________________________
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

___________________________________________________________________________
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