Connected Device Configuration
From Wikipedia, the free encyclopedia
This article includes a list of references or external links, but its sources remain unclear because it lacks in-text citations. You can improve this article by introducing more precise citations. |
The Connected Device Configuration (CDC) is a framework for building Java ME applications on embedded devices ranging from pagers up to set-top boxes. However, there is also CLDC and MIDP to allow a more fine-grained distinction. The CDC was developed under the Java Community Process as JSR 36 (CDC 1.0) and JSR 218 (CDC 1.1).
[edit] Typical requirements
32-bit CPU, 2 MB of RAM, and 2.5 MB of ROM.
[edit] Profiles
Three profiles are based on the CDC
- Foundation Profile
- Java SE-like API
- No graphical user interface (GUI)
- 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
[edit] External links
- CDC home page
- JSR 218 (CDC 1.1)
- JSR 36 (CDC 1.0)