Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b4376dbd4231f

Jump to content

Information Module Profile

From Wikipedia, the free encyclopedia

IMP stands for the Information Module Profile. It is a specification put out by Sun Microsystems for the use of Java on embedded devices with very limited displays. It is a subset of the Mobile Information Device Profile.

IMP is part of the Java ME framework.

Typical Requirements

[edit]
  • 128 kilobytes for the Java platform
  • 8 kilobytes for persistent data
  • 32 kilobytes for the Java runtime

Noteworthy Limitations

[edit]
  • No API for displays

General APIs

[edit]

The core APIs are defined by the underlying Configuration CLDC.

javax.microedition.io

[edit]

Contains the Java 2 Platform, Micro Edition specific classes used for I/O operations.

javax.microedition.rms

[edit]

Provides a form of persistent storage for Java 2 Platform, Micro Edition.

javax.microedition.midlet

[edit]

Contains the base classes for Java 2 Platform, Micro Edition applications.

[edit]