Share on Facebook Share on Twitter Email
Answers.com

Connected Device Configuration

 
Wikipedia: Connected Device Configuration

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
  • 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


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Connected Device Configuration" Read more