This JSR has been Withdrawn
Reason: Its original purpose to define the architecture for Java ME and additional processes for building blocks are not necessary. The Community Review draft contains useful working definitions of Configurations and Profiles and useful rules for subsetting and merging APIs.
Updates to the Original Java Specification Request (JSR)
The following updates have been made to the original JSR:
2010年12月20日
Specification Lead: Oracle
Name of Spec Lead: Roger Riggs
E-Mail Address: roger.riggs@oracle.com
Telephone Number: +1 781 442 0539
2010年02月15日:
Specification Lead: Sun Microsystems, Inc.
Name of Spec Lead: Jonathan Courtney
E-Mail Address: jonathan.courtney@sun.com
Telephone Number: +1 408 276 7398
Identification | Request | Contributions
Section 1. Identification
Submitting Participant: Sun Microsystems, Inc.
Name of Contact Person: Dr. Peter Madany
E-Mail Address: madany@eng.sun.com
Telephone Number: +1 408 343 1445
Section 2: Request
This specification will define the next major revision of the JavaTM 2 Micro Edition Platform.
J2METM platform
This JSR will revise the J2ME platform specification. In particular it will add the concept of J2ME Building Blocks.
This revision will simplify the creation of new J2ME profiles.
The J2ME platform defines the Java platform for small devices.
J2ME devices are targeted at a wide range of uses, so there is high variability between the needs of different devices. To allow for application portability, J2ME "Profiles" are developed for particular categories of devices. For example, the Mobile Information Device Profile (MIDP) targets devices such as cell phones. The intention is that application developers target particular profiles, and their applications are then portable across all devices that implement the given profile.
Profiles must often provide functionality that is already present in J2SE. In order to allow developers to benefit from their knowledge of J2SE it is often desirable that J2ME profiles should derive this functionality from existing J2SE APIs, rather than defining new APIs. In general it is desirable that Profiles share similar sets of J2SE functionality, rather than having each Profile have a distinct set of the same APIs.
Therefore this revision of the J2ME platform will introduce the concept of "Building Blocks". A Building Block defines an API derived from J2SE (or J2EE) APIs for use in J2ME. For example, a Building Block might define a specific set of classes from java.io. These Building Blocks will then be available for Profile Expert Groups to use as part of new J2ME Profiles.
It is expected that there will be a wide variety of Building Blocks. Because different Profiles have different needs there may sometimes be different sized Building Blocks that represent larger or smaller sets of J2SE functionality.
No.
No.
No.
These will be addressed in individual Building Blocks.
Over time the notion of Building Blocks will subsume the existing notion of a J2ME configuration.
Section 3: Contributions
None.