Connected Device Configuration
|
The Connected Device Configuration (CDC) is a framework for building J2ME applications on embedded devices ranging from a pager up to Set-top box. However, there is also CLDC and MIDP to allow a more fine-grained distinction.
Typical requirements
32 bit CPU, 2MB of RAM, and 2.5MB of ROM.
Profiles
Three profiles are based on the CDC
- Foundation Profile
- J2SE-like API
- No graphical user interface (GUI)
- Personal Basis Profile
- Extension to Foundation Profile
- Lightweight GUI support
- Personal Profile