Posted By:
Rob_Corleone
Posted On:
Friday, July 16, 2004 01:31 PM
Hi all. I am trying to develop a system that uses a MySQL db. A servlet on the same server executes SQL statements.
My question is, how can I send the results from the server to a swing client?
I dont want to send responses in HTML or XML.
Is it possible to send ,for example, a Customer object to the swing client in an http connection?.
thanks,
Rob