The Connected Device Configuration (CDC) is a framework for building J2ME applications on embedded devices ranging from a pager up to Set-top box.

Table of contents
1 Typical Requirements
2 Profiles
3 External Links

Typical Requirements

32 bit CPU, 2MB of RAM, and 2.5MB of ROM.

Profiles

Three profiles are based on the CDC
  • Foundation Profile
  • Personal Basis Profile
    • Extension to Foundation Profile
    • Lightweight GUI support
  • Personal Profile
    • Extension to Personal Basis Profile
    • Full AWT and applet support
    • Easy to port PersonalJava based applications

External Links