Java White Papers
Summary of CLDC-Based Profiles
Overview The Connected Limited Device Configuration (CLDC) is the predominant configuration of the Java Platform, Micro Edition (Java ME), found on most mobile handsets today. The CLDC defines a subset of the standard core Java packages familiar to Standard Edition developers, and adds classes tailored for devices with limited resources. In addition, CLDC has introduced the streamlined Generic Connection Framework (GCF) package, javax.microedition.io, to support network connectivity and I/O in devices that lack the memory to use the larger java.net and java.io packages. Configurations provide basic application services, but no classes for managing the application life-cycle, for driving the user interface, for maintaining and updating persistent data in the device, or for secure access to information stored on a network server.
| Publisher | Sun Microsystems | File Format | HTML |
|---|---|---|---|
| Date Published | June 2006 | ||
| Format | White Papers | ||
| Topics | |||



