====== CLDC ====== ===== Connected Limited Device Configuration ===== The Connected Limited Device Configuration (CLDC) is a fundamental part of the architecture of the Java 2 Platform, Micro Edition (J2ME). J2ME technology is delivered in API bundles called configurations, profiles, and optional packages. A J2ME application environment includes both a configuration like CLDC and a profile like the Mobile Information Device Profile (MIDP). In addition, optional packages provide capability in specific areas of functionality, such as wireless messaging and multimedia capture and playback. The ability to choose from among the various bundles enables product designers and developers to match software capabilities with hardware capabilities very closely. They can use APIs that give them easy access to the components a particular kind of device actually has, without the overhead of APIs designed for capabilities the device doesn't support. * [[http://java.sun.com/products/cldc/overview.html|Connected Limited Device Configuration (CLDC); JSR-30, JSR-139 Overview]] * [[http://jcp.org/aboutJava/communityprocess/final/jsr030/index.html|JSR-000030 J2ME Connected, Limited Device Configuration (Final Release)]] * http://jcp.org/en/jsr/detail?id=30