A Java 2, Micro Edition platform (Java ME Platform), Connected Device Configuration (CDC) application is an application targeted for mobile devices such as high end mobile phones, Blu-ray consoles and embedded systems. Such applications conform to the Connected Device Configuration with a set of profiles that include the Personal Basis Profile, Personal Profile and AGUI.
A CDC application typically consists of:
In the IDE, CDC applications are managed as Java ME projects. Java ME projects are executed through an emulator platform, which simulates the execution of the application on a specific mobile device.
You can use the NetBeans GUI Builder's drag and drop, GUI environment to design your application. The IDE also supports JUnit testing.