Jump to content

MIDlet

From Wikipedia, the free encyclopedia
MIDlet running in J2ME emulator

A MIDlet is an application that uses the Mobile Information Device Profile (MIDP) of the Connected Limited Device Configuration (CLDC) for the Java ME environment. Typical applications include games running on mobile devices such as smartphones with J2ME support and feature phones which have small graphical displays, simple numeric keypad interfaces and limited network access over HTTP.[1]

The .jad file describing a MIDlet suite is used to deploy the applications in one of two ways. Over the air (OTA) deployment involves uploading the .jad and .jar files to a Web server which is accessible by the device over HTTP. The user downloads the .jad file and installs the MIDlets they require.[2] Local deployment requires that the MIDlet files be transferred to the device over a non-network connection (such as through Bluetooth or IrDa, and may involve device-specific software).[3] Phones that support microSD cards can sometimes install .jar or .jad files that have been transferred to the memory card.

Platforms

[edit]

Mainly MIDlet applications and games developed for Series 40, Series 60, Nokia Asha and Sony Ericsson Java Platform.

Emulation

[edit]

MIDlet can run using MicroEmulator app on any desktop PC with JavaSE and on Maemo[4][5][6][7]. On Android devices via the J2ME Loader (MicroEmulator fork) application.[8][9]

Other J2ME emulators also could be used with or without some limitations.

Restrictions

[edit]

Unlike a Java applet, a MIDlet is limited to use of the LCDUI rather than the more familiar widgets of AWT and Swing. There are also restrictions on the size of .jar files and the number of concurrent HTTP connections based on the MIDP specification.

See also

[edit]

References

[edit]
  1. ^ Topley, Kim (2002). J2ME in a Nutshell. O'Reilly Media. pp. 46–47. ISBN 978-0-596-00253-4. Retrieved 3 March 2010.
  2. ^ "Introduction to OTA Application Provisioning".
  3. ^ "Deploying Wireless Java Applications".
  4. ^ "MicroEmulator". SourceForge. 2013-04-26. Retrieved 2024-08-12.
  5. ^ "MicroEmulator for Maemo (N900) by Ruediger Gad". my-maemo.com. MicroEmulator is a free J2ME implementation for Maemo 5. It lets you run J2ME (Java MIDP) applications on non-J2ME devices. Uses icedtea6, a version of the OpenJDK (Java 6 programming language runtime and development kit).{{cite web}}: CS1 maint: url-status (link)
  6. ^ "maemo.org - package overview for MicroEmulator". maemo.org. 2010-05-08. Retrieved 2024-08-12.
  7. ^ "maemo.org - package overview for microemulator-s60-skin". maemo.org. 2012-06-10. Retrieved 2024-08-12.
  8. ^ Shakarun, Nikita (2024-08-11), nikita36078/J2ME-Loader, retrieved 2024-08-12
  9. ^ "J2ME Loader - Apps on Google Play". play.google.com. Retrieved 2024-08-12.