Hello,
I need to know how to send collection objects from servlet to J2ME client(MIDlet).
I've constructed a Hashmap and a Vector object in the server program(servlet). Now i need to send the object as RESPONSE to the MIDlet. Can u help me proceed with that?
I'm not using Socket connection. I use Http url connection.

Reply With Quote

