Java ME Applications Learning Trail
What is a Mobile Application?
Most mobile applications use the Java Micro Edition (Java ME) platform, which was developed for small devices
like mobile phones and set-top boxes. Java ME uses scaled down subsets of Java SE components, virtual machines
and APIs. It also defines APIs that are specifically targeted at consumer mobile and embedded devices. NetBeans
Java ME supports the two base configurations of the Java ME platform, CLDC and CDC.
- Connected Limited Device Configuration (CLDC) is for devices with less memory and processing power than CDC-based devices. The Mobile Information Device Profile (MIDP) is based on CLDC and more than two billion MIDP devices are in use worldwide.
- Connected Device Configuration (CDC) is for devices with much greater memory, processing power and
network connectivity such as smart phones, set-top boxes, and embedded servers and devices.
Using Visual Mobile Designer Custom Components
Developing Java ME/CDC Applications
Creating Rich Content Applications
Designing Applications for Multiple Devices
Creating Web Connected Applications
|
NetBeans Mobility Community Resources
Java ME Developer Blogs
Java ME Related Sites
|