Information Module Profile: Difference between revisions

Content deleted Content added
Vespristiano (talk | contribs)
m Corrected heading spacings
Restoring information that was removed due to vandalism in 2017. Removing uncited sources template, article links to IMP specifications in "external links".
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(10 intermediate revisions by 10 users not shown)
Line 1:
'''IMP''' stands for the Information Module Profile. It is a specification put out by [[Sun Microsystems]] for the use of [[Java (programming language)|Java]] on embedded devices with very limited displays. It is a subset of the [[MIDP|Mobile Information Device Profile]].
 
IMP is part of the [[J2ME]] [[framework]].
 
'''IMP''' stands for the ''Information Module Profile''. It is a specification put out by [[Sun Microsystems]] for the use of [[Java (programming language)|Java]] on embedded devices with very limited displays. It is a subset of the [[MIDP|Mobile Information Device Profile]].
== Typical Requirements ==
 
IMP is part of the [[J2MEJava ME]] [[Software framework|framework]].
 
== Typical Requirements ==
* 128 kilobytes for the Java platform
* 8 kilobytes for persistent data
Line 15 ⟶ 16:
== General APIs ==
 
The core APIs are defined by the underliningunderlying Configuration '''[[Connected Limited Device Configuration|CLDC]]'''.
 
=== javax.microedition.io ===
Line 27 ⟶ 28:
=== javax.microedition.midlet ===
 
Contains the base classes for Java 2 Platform, Micro Edition applications.
 
== External links ==
 
*[http://java.sun.com/products/imp/ The IMP Specification]
 
[[Category:Java device platform]]
[[Category:Sun Microsystems software]]