I'm updating database from an applet application through servlet. My problem here is, again from servlet i want to pass a string to applet. How to achieve this.
Thanks in advance.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
Couldn't you use the servlet response for that?
Neeba Rebbaca
Ranch Hand
Joined: Oct 21, 2008
Posts: 105
posted
0
I tried but getting the error, "java.io.StreamCorruptedException: invalid stream header: 31526F77"
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
How are you trying to read the HTTP response? Show us the code.