|
|
Question : send serialized objects from an applet to the server w/ progress bars
|
|
|
|
I'm looking for an example of sending objects to the doPost method of a servlet and receiving another object back to an applet.
I also need some way to get percent complete to update a progress bar?
An example that already has the threading to update swing stuff would be good.
|
|
|
|
Answer : send serialized objects from an applet to the server w/ progress bars
|
|
|
|
|
|
|
|