How can I pass an object from an applet to a servlet ?
Created May 4, 2012
Sylvain GIBIER Look at this article, they explain exactly how to solve your problem through Object Serialization.
http://www.j-nine.com/pubs/applet2servlet/Applet2Servlet.html
Have fun.
See also: