You have to create a serialized object and read/write that between the
applet and servlet using ObjectInputStream/ObjectOutputStream. Set the
content type to application/octet-stream. Read "Developing Java Servlets" by
James Goodwill for more details.

-Shital
----- Original Message -----
From: Leonid Kolytchev <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 19, 2000 5:54 PM
Subject: Java applets to Servlets and back communication...


> Hi all,
>
> I am still new to servlets world and so again...:^).
>
> Ok, it is more less understandable how to  communicate between HTML
elements
> and servlets, but let say I would like to build a Java applet interface
and
> pass parameters from there to a servlet, how to make them communicate?
>
> Thank you again,
>
> Len
>
>
___________________________________________________________________________
> 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