Servlet - MIDlet communication
Hi all,
Can any one let me know how i can integrate Servlet with MIDlet via HTTP response from the servlet.
Actually this is a web application which sends automatic SMS to
selective mobile numbers stored in the mysql database based on certain conditions in the servlet.
How i can link Servlet and MIDlet so that MIDlet recieves the values passed in HTTP response from Servlet.
The SMS is to be sent though GSM Modem or mobile phone attached to the PC.
Please anyone can suggest me something on this.
How should I proceed with such an application ?
Any code reference or documentation will be highly appreciated.
thanks in advance,
savdeep.

