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!!

[555 byte] By [Chadhaga] at [2007-11-26 20:05:12]
# 1
Please stick with one thread. http://forum.java.sun.com/thread.jspa?threadID=5142713&tstart=0
karma-9a at 2007-7-9 23:06:04 > top of Java-index,Java Essentials,New To Java...