I have a J2ME app running on my mobile phone(client),
I would like to open an HTTP connection with the server and keep polling for updated information on the server.
The best way to do this is to use socket connection. Many application like GMail use them.