Java ME with a Falcon 4420 handheld mobile device

To create a small application on a Falcon 4420 handheld device, what needs to be put on the device other than the Java ME application? The device has Windows CE 5.0 and Compact Framework 2.0. CDC needs to be on the device? I read that this device will need a Java SDK download for the development platform too. I need to connect to Oracle DB at each local plant site - database is on a HP UNIX server. So, what needs to be on the device to connect to Oracle via the application. Will JDBC be used?

The Java ME needs to be on the development platform PC/laptop, correct?

Thanks for any assistance!

[615 byte] By [cxra] at [2007-11-26 19:53:41]
# 1

There are many turtorials and articles on the web which describes the basics of J2ME. You should "google".

Some basic tipps:

- You will need a JVM which is compatible to J2ME like IBM J9 or Creme

- In order to use JDBC you must have the J2ME/JDBC optional package which is a reduced JDBC implementation.

- I think Oracle has a so called OrcaleLight JDBC driver (http://www.orafaq.com/faqpol.htm)

J-Braina at 2007-7-9 22:45:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...