Wireless Java: Developing with Java 2, Micro Edition

Jonathan Knudsen

  • 出版商:
  • 出版日期: 2001-09-30
  • 售價: $1,060
  • 貴賓價: 9.5$1,007
  • 語言: 英文
  • 頁數: 226
  • ISBN: 189311550X
  • ISBN-13: 9781893115509
  • 相關分類: Java 程式語言
  • 無法訂購

買這商品的人也買了...

商品描述

Despite Java’s incredible popularity, the standard edition of Java is way too big and way too bulky to build wireless applications geared towards devices such as the Palm or cell phones. Sun’s answer to this shortcoming was the release of "Java 2 Micro Edition" (J2ME). J2ME has the potential to be as revolutionary in the wireless space as Java has been in the server space. This is the first book that uses the current version of J2ME to give real code for real applications, including extensive coverage of the new and exciting concept of "MIDlets".

Knudsen begins his comprehensive foray into wireless Java programming with an introduction of J2ME, the Mobile Information Device Profile (MIDP), MIDP applications (MIDlets), and a comparative discussion of the differences and similarities between the J2ME and JavaTM Standard Edition APIs. These introductions set the stage for an ample investigation of the creation of both simple and advanced user interfaces, including demonstrations of how to manage the device’s screen, interact with users through event handlers, and create forms and gather user data. An additional chapter explores MIDlet’s capabilities in interaction with the Internet over HTTP.

Knudsen concludes the book with chapters devoted to persistent storage on a device, creating a gaming application, performance tuning, and integrating XML functionality into wireless Java applications.

Contents

Preface

  • Chapter 1: Introduction
  • Chapter 2: Building MIDlets
  • Chapter 3: All About MIDlets
  • Chapter 4: Almost the Same Old Stuff
  • Chapter 5: Creating a User Interface
  • Chapter 6: Lists and Forms
  • Chapter 7: Persistent Storage
  • Chapter 8: Connecting to the World
  • Chapter 9: Programming a Game Interface
  • Chapter 10: Performance Tuning
  • Chapter 11: Parsing XML
  • Chapter 12: Protecting Network Data
  • Appendix A: MIDP API Reference