Learning Wireless Javais for Java developers who want to quickly come up to speed and create applications for the Micro Edition audience. This book covers the Connected, Limited Device Configuration and the Mobile Information Device Profile (MIDP), both currently available from Javasoft. The CLDC contains APIs for small devices that are constrained by both memory and processing power. MIDP builds on top of the CLDC and adds APIs specifically for devices such as mobile phones and pagers, allowing programmers to create MIDlet applications.
This book offers a solid introduction to J2ME and MIDP, including an explanation of the J2ME Wireless Toolkit, the MIDlet lifecycle methods, the Java application manager, and the CLDC and MIDP constraints. In addition, we cover the javax.microedition.io, javax.microedition.rms, javax.microedition.lcdui, and javax.microedition.midlet classes, as well as the modified java.lang, java.io, and java.util classes. Discussion centers around building safe, compact applications with the sophisticated graphical interface, database, and networking capabilities that the J2ME supports. In addition, this book also shows you how to download your applications to the latest J2ME-enabled devices, including the Motorola i50x and i85s phones and upgraded Palm handhelds.
Preface;Audience;Contents of This Book;Comments and Questions;Acknowledgments;Introducing Java 2 Platform, Micro Edition (J2ME);Chapter 1: Overview of J2ME;1.1 What Is J2ME?;1.2 Downloading the J2ME Wireless Toolkit;1.3 A Simple Example;Chapter 2: The Connected Limited Device Configuration (CLDC);2.1 Examining the CLDC in Detail;2.2 Using the Standalone CLDC and KVM;2.3 CLDC Next Generation;Chapter 3: The Mobile InformationDevice Profile (MIDP);3.1 Mobile Information Devices;3.2 More About MIDlets;Programming with the CLDCand the MIDP;Chapter 4: Working with MIDlets;4.1 The Application Manager;4.2 Creating MIDlets;Chapter 5: MIDP GUI Programming;5.1 Why Not Reuse thl3‹