Applet-servlet communication does not work on internet.
I have been making efforts to find clues,but I cannot see the light yet.
I tried some URL connections,but only to fail.
The remnant clue I expect is how to select doPost,doGet.
*******************************************************
1.
Applet side: Servlet side:
doGet(....)
write object -----------> read object
read object <----------- write object
*********************************************************
2.
Applet side: Servlet side:
doPost(....)
write object -----------> read object
read object <----------- write object
*********************************************************
I used doPost, or No2,because data is sent.
But I also tried No1,but both to fail. One point I worry about is to
include read and write within a doPost method.
What does not work applet-servlet communication on internet?
Hiroshi Kasamatsu
[EMAIL PROTECTED]
___________________________________________________________________________
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
- Re: Applet-servlet communication does not work on intern... Hiroshi Kasamatsu
- Re: Applet-servlet communication does not work on i... Bo Xu
- Re: Applet-servlet communication does not work on i... Shekhar, Jayant
- Re: Applet-servlet communication does not work ... David Mossakowski