The primary J2ME profile based on the Connected Limited Device Configuration (CLDC) is the Mobile Information Device Profile (MIDP). Many MIDP-enabled devices - primarily mobile phones - are available on the market today, and a second version of the profile has already been defined through the Java Community Process (JCP). Any device that supports MIDP 2.0 and one or more optional packages like the Wireless Messaging API (WMA) or the Mobile Media API (MMA) provides a feature-filled environment for application development. To support the user-interface (UI) behavior specified in MIDP, a device must have a display at least 96 pixels wide by 54 pixels high, and a keypad, a keyboard, or a touch screen. There are devices, though, with non-conventional user interfaces - and even some with no user interface - that otherwise meet the MIDP's minimum requirements, such as vending machines and tracking devices. These devices could still benefit from the non-UI features that MIDP adds to the basic application environment provided by the CLDC. It is to meet the needs of such devices that the Information Module Profile (IMP) is being developed through the JCP, as JSR 195.
The Information Module Profile (IMP) is a strict subset of the MIDP 1.0
specification. The primary difference is that IMP removes MIDP's display
and input mechanisms - in other words, the
IMP supports all the other features of MIDP 1.0, including the Record
Management System (RMS), HTTP connectivity, and timers. The MIDlet
application model is also supported, although the IMP specification
refers to compliant applications as IMlets (pronounced to rhyme with
"gimlets"), for consistency with the profile name. An IMlet is really
just a MIDlet, though: An IMlet's main class extends
The only other difference between IMP and MIDP is that the
The IMP specification is still making its way through the Java Community Process, but you can write and test IMlets today. You can use the same tools you use for MIDlet development, as long as they make available to you the vendor-specific APIs you need. With no UI support available, you may find it simpler to use the MIDP reference implementation for your development than a more visual environment like the J2ME Wireless Toolkit. Related Links
| ||||||||||
|
| ||||||||||||