| By Jason R Briggs | Article Rating: |
|
| December 1, 2001 12:00 AM EST | Reads: |
14,112 |
I don't usually buy technical books. Most of the time I manage to find what I'm looking for after a bit of hunting on the Web, virtual elbow-grease, so to speak. However, occasionally a tree-killing madness does come over me and Amazon gets the chance to clear the electronic cobwebs out of my bank account.
So I'm sure much to Amazon's complete disgust - as it was almost time to satisfy that craving to handle dried wood mulch - Wireless Java: Developing with Java 2, Micro Edition, by Jonathan Knudsen, arrived on my desk from Apress.
This 226-page book is aimed at intermediate to advanced developers - by which I think they mean experienced Java developers who are new to the Micro Edition platform. It has 12 chapters that cover the basics of developing for MIDP up to more advanced subjects, such as parsing XML and cryptography.
Jonathan Knudsen has penned a number of other books, including The Unofficial Guide to Lego Mindstorms Robots, Learning Java, Java 2D Graphics, and Java Cryptography. He has a comfortable writing style that makes for an easy read. Here's an excerpt from Chapter 9 - "Programming a Game Interface":
How exactly does repaint() work? When you call repaint(), paint() won't be called right away. The call to repaint() just signals to the MIDP implementation that you want the screen to be painted. Some time later, the implementation services the repaint request, which results in an actual call to the paint() method of the Canvas. The MIDP implementation may even combine several repaint requests, particularly if their repaint regions overlap.
There are some useful tips hidden in the text for MIDP beginners:
Bandwidth is expensive in terms of both time and money. Today's wireless networks are relatively slow, so less data passing through the air means less waiting time for your users. Also, wireless service tends to be pricey, so less data passing through the air means smaller bills for your users.
If I have any criticism, it's the obligatory inclusion of an API summary at the end of the book - which seems to be de rigueur for any technical tome but usually not necessary, in my opinion (however, it's nowhere near as large as some API references I've seen included, so kudos to Jonathan and Apress for keeping it to a minimum).
Apart from this, it's a useful reference if you're just getting started with MIDP and, from that point of view, worth dishing out the $34.95.
Bear in mind that the book is aimed at J2ME beginners, not Java beginners, so if you're one of the few people who are new to both, I suggest investing in a beginners Java reference as well (and no, I'm not aiming to receive Amazon's "Literary Pimp of the Year" award for 2001).
Chapter 1: An introduction to configurations, profiles and MIDP vendors
Chapter 2: Getting started building MIDlets (compilation, preverifying, etc.)
Chapter 3: The MIDlet life cycle, packaging, and descriptors
Chapter 4: What's included and what's missing from the API set
Chapter 5: Creating a user interface
Chapter 6: Using Lists and Forms
Chapter 7: Managing record stores and performing queries
Chapter 8: The Connection framework
Chapter 9: Low-level graphics used for programming a game interface
Chapter 10: Performance tuning
Chapter 11: Parsing XML
Chapter 12: Protecting network data (in other words, cryptography)
Published December 1, 2001 Reads 14,112
Copyright © 2001 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Jason R Briggs
As well as being a contributing editor for Java Developers Journal, Jason R Briggs is a Java programmer and Development Manager for a wireless technology company, based in Auckland, New Zealand.
- Patterns for Building High Performance Applications
- It's the Java vs. C++ Shootout Revisited!
- Asynchronous Logging Using Spring
- Java for Programmers (2nd Edition)
- Cross-Platform Mobile Website Development – a Tool Comparison
- Three Buzzwords That Every CIO Hears but One They Should Listen To
- Write Once Run Anywhere or Cross Platform Mobile Development Tools
- Immersing into JavaScript Frameworks
- Workday Reportedly Prepping to Go Public
- Cloud Expo New York: The Java EE 7 Platform - Developing for the Cloud
- Book Review: Sams Teach Yourself Java in 24 Hours
- OpenOffice.com Lives
- Book Excerpt: Introducing HTML5
- Adobe Sends Flex to the Apache Foundation
- Five Years Waiting for JRE 7: Is It Justified? (Part 1)
- Book Excerpt: Java Application Profiling Tips and Tricks
- i-Technology in 2012: Five Industry Predictions
- Patterns for Building High Performance Applications
- It's the Java vs. C++ Shootout Revisited!
- OpenXava 4.3: Rapid Java Web Development
- The Next Web Architecture
- Asynchronous Logging Using Spring
- Java for Programmers (2nd Edition)
- Is Write Once Run Anywhere Ever Going to Be a Reality?
- A Cup of AJAX? Nay, Just Regular Java Please
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- JavaServer Faces (JSF) vs Struts
- The i-Technology Right Stuff
- Rich Internet Applications with Adobe Flex 2 and Java
- Java vs C++ "Shootout" Revisited
- Bean-Managed Persistence Using a Proxy List
- Reporting Made Easy with JasperReports and Hibernate
- Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate
- Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
- What's New in Eclipse?
- i-Technology Predictions for 2007: Where's It All Headed?



















