I am wondering can anyone help me.
I want to develop a J2ME CLDC application for a mobile phone.
The client application on the phone needs to connect and login to a
remote database on a server. It then queries the database and saves
the resulting records in the Record Store of the client.
I think that it needs to be implemented by the midlet connecting to
a servlet and the servlet in turn connecting to the database on the
server.
Would anyone have any insight or sample code into developing this
application (i.e. maybe you have implemented an application like
this before or one very similar
All help is gratefully appreciated as I am new to using J2ME, hence
I am finding the learning curve very steep.