Hi,
Can I know possible the MIDlet create a 'listener' that receive any request from outside world?
I know that we can send HTTP request to a server, and the server will reply back.
But how if I want the server push the data to MIDlet without any HTTP request from MIDlet? Of course, the MIDlet has been activated or will be waken up by push registry if it is off.
The only thing I know is that the server can push the data to the IP address of mobile, with an openned port, like:
http://60.x.x.x:7788 (correct me if the method is wrong)
if i want to push a data to that IP, how MIDlet will receive and continue the next task?

Reply With Quote


