surfmattie
Programmer
My servlet receives a ResultSet and puts it into a serialized Object to be received byt the applet client through http tunneling and with a BufferedReader. If I parse my ResultSet in the servlet code, the applet text area only displays the first line of the results, which happens to be the metadata. Is there any way that I can parse it at the client end? still use a serialized object and recieve a ResultSet?