Posted By:
raheel_m
Posted On:
Wednesday, March 23, 2005 10:48 PM
I have a distributed application requirement which has a server listening for requests and a client sending an image and some data to the server.
I was thinking of using RMI to do the sending from the client, but it seems to be an overkill to use RMI just for sending data. Is there a better solution using an alternate technology?
Thanks!