Acessing oracle DB through servlet & display records in midlet

Hi Experts,

I am trying to do a midlet which can access the oracle database from the servlet. i wish to update the database from the midlet and the midlet will be able to download or retrieve the updated data from the database and display it in the screen of the phone.

Please any one tell how send the records from servlets and how to retirve the details from servlet. Please any one send some sample code or documents links.

Regards,

Sunil

[472 byte] By [satyasunil_java@yahoo.co.ina] at [2007-11-27 10:06:40]
# 1

1: JDBC:

http://www.google.com/search?hl=en&ie=ISO-8859-1&q=servlet+and+jdbc+tutorial&btnG=Search

2: MIDlet / servlet communication:

http://developers.sun.com/mobility/midp/articles/tutorial2/

http://developers.sun.com/mobility/apis/articles/wsa/index.html

http://www.java-tips.org/java-me-tips/midp/sending-data-to-servlet-and-getting-the-response.html

http://www.java-tips.org/java-me-tips/midp/how-to-use-get-or-post-to-communicate-with-a-java-se.html

suparenoa at 2007-7-13 0:43:04 > top of Java-index,Java Mobility Forums,Java ME Technologies...