PDA

View Full Version : swings application


springkots
11-05-2004, 11:14 PM
My application is swings based application

I want to send bytes of information to server.
and at the same time server also need to send bytes of information to client.

coz using Hessian I am not able to send large amount of bytes..so i am using Http upload.

how to write code on the server side to retrieve the bytes..
what type of servlet should I use for this type of application ?

How can I write bytes to client from server?


Any help is appreciated..
Pass me source code if you have or any references.

Thank You,
Regards,
Kotesh.

Mark Pollack
11-06-2004, 03:51 PM
Hi,

Slight mixup, you should post your question to the Spring.Java forum at http://forum.springframework.com. This forum is for then .NET version of Spring.

Cheers,
Mark