|
MIDLet calling Servlet
I am interested in MIDlet to Servlet communication. Does Java provides any resources for this?
My idea is to get Array/List of String objects from a Servlet and then do processing at mobile side (MIDLet).
Any sort of help is appreciated.
|