About Java ME MIDP Applications

See Also

A JavaTM 2, Micro Edition platform (Java METM Platform), Mobile Information Device Profile ( ) application is an application targeted for mobile devices such as mobile phones, PDAs, and two-way pagers. Such applications conform to both the Connected, Limited Device Configuration ( ) and MIDP.

A MIDP application, or "MIDlet Suite," typically consists of:

In the IDE, MIDlet Suites are managed as mobility projects. Mobility projects are executed through an emulator platform, which simulates the execution of the application on a specific mobile device. Using project configurations and preprocessor code blocks, you can define conditions for multiple devices in a single set of code, enabling you test and produce MIDlet suites for each device.

See Also
How the IDE supports Java ME MIDP Development
Java ME MIDP Development Tutorials and Guides
Java ME MIDP Application Tasks: Quick Reference
Working with MIDP Projects
About the Visual Mobile Designer
About Emulator Platforms
About Project Configurations
About Preprocessor Code Blocks

Legal Notices