| This article includes a list of references, related reading or external links, but its sources remain unclear because it lacks inline citations. Please improve this article by introducing more precise citations where appropriate. (July 2007) |
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).
Typical requirements
32-bit CPU, 2 MB of RAM, and 2.5 MB of ROM.
Profiles
Three profiles are based on the CDC
- Foundation Profile
- Java SE-like API
- No graphical user interface (GUI)
- Personal Basis Profile (which BD-J is based upon)
- Extension to Foundation Profile
- Lightweight GUI support - some AWT classes but no AWT widgets such as java.awt.Button because such widgets assume the availability of a pointing device such as a mouse
- Personal Profile
- Extension to Personal Basis Profile
- Full AWT and applet support
- Easy to port PersonalJava-based applications
External links
- CDC home page
- JSR 218 (CDC 1.1)
- JSR 36 (CDC 1.0)
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)




