|
Creating MIDlet Suites describes how to create MIDlets and package them into MIDlet suites using the MIDP Reference Implementation. It is not a programming guide, so although it covers the required steps in MIDlet creation and discusses some interfaces, classes, and methods, it does not comprehensively cover the MIDP Reference Implementation APIs.
This guide assumes that you have already installed the product, as described in the Installing MIDP, and that you are familiar with both the Java™ programming language and the MIDP 2.0 Specification.
The Hello MIDlet is used as an example throughout this guide. The code for the Hello MIDlet is in the midpInstallDir\src\example directory, where midpInstallDir is the directory that holds your installation of the MIDP Reference Implementation. It is reproduced in Appendix A, “Code for the Hello MIDlet.”
This book has the following chapters:
Chapter 1 introduces MIDlets and the environments in which they run.
Chapter 2 describes the basics of creating a MIDlet.
Chapter 3 provides the steps to compile and preverify your MIDlet.
Chapter 4 shows you how to package your MIDlet.
Chapter 5 describes how to publish your MIDlet.
Chapter 6 describes how to run your MIDlet suite in a debugger and how to report problems.
Appendix A reproduces the example code for the Hello MIDlet.
This document may not contain information on basic UNIX® or Microsoft Windows commands and procedures such as opening a terminal window, changing directories, and setting environment variables. See the software documentation that you received with your system for this information.
The following documentation is included with this release:
The Java Developer Connectionsm web site enables you to access Java platform technical documentation on the Web:
http://developer.java.sun.com/developer/infodocs/
We are interested in improving our documentation and welcome your comments and suggestions. You can email your comments to us at:
|
Creating MIDlet Suites MIDP Reference Implementation, Version 2.0 FCS |
Copyright © 2002 Sun Microsystems, Inc. All rights reserved.