Unable to serialize object
Hi, i was trying to connect a swing application and a servlet.I tried to pass the data between the two applications using ObjectOutputStream.
The following steps a followed :
1. swing application is launched,it cretaes a connection with servlet and reads the data using ObjectInputstream.
2. Now the data is modified and i need to send this data to servlet using ObjectOutputstream.
The problrm is i am able to read the data over the stream but unable to write the data from swing application to servlet.
Please Help!!

