Buy Used
Used - Good See details
Price: £2.89

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Core J2ME Technology (Sun Microsystems Press)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Core J2ME Technology (Sun Microsystems Press) [Paperback]

John W. Muchow
5.0 out of 5 stars  See all reviews (1 customer review)

Available from these sellers.


Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 736 pages
  • Publisher: Prentice Hall; 1 edition (21 Dec 2001)
  • Language English
  • ISBN-10: 0130669113
  • ISBN-13: 978-0130669117
  • Product Dimensions: 22.9 x 17.5 x 3.3 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 1,391,313 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

John W. Muchow
Discover books, learn about writers, and more.

Visit Amazon's John W. Muchow Page

Product Description

Amazon.co.uk Review

Core J2ME is a complete guide to developing applications for Java 2 Micro Edition, the version of Java designed for devices such as mobile phones and PDAs. It is aimed at professional programmers. Although it is still Java, would-be J2ME developers have a lot to learn, both in terms of application design and in the specific APIs. This handbook is a great place to start.

The book begins by presenting the big picture, explaining what is meant by configurations and profiles in J2ME. The author then focuses on the CLDC (Connected Limited Device Configuration), describing how the Java language and virtual machine differs from that in Java 2 Standard Edition. The rest of the book drills down into the MIDP (Mobile Information Device Profile, which has specific APIs for mobile devices. There are chapters on installing and configuring the development environment, getting started with MIDlet applications, event handling and building a user interface. A detailed look at low-level graphics shows how to draw text and shapes on a Canvas object. Two chapters on the RMS (Record Management System) cover the vital topic of storing and retrieving data with the built-in record store, while the final chapters look at task scheduling, HTTP connectivity and developing specifically for Palm OS. The appendices include a quick reference to the CLDC and MIDP APIs.

John Muchow is a clear and methodical writer, taking the reader step-by-step through the various topics and offering numerous code examples. The book is sprinkled with photographs showing the software running on actual devices, as well as occasional diagrams and screenshots. Here is everything the Java developer needs to begin programming mobile devices.--Tim Anderson

Product Description

This book provides entensive coverage of the development of MIDlets. It will be the critical reference for J2ME developers, specifically with regard to the development of applications on wireless, mobile devices such as cellular phones and two-way pagers.


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
17 of 20 people found the following review helpful
Format:Paperback
As more and more mobile and set-top devices implement Java as a core technology this is an excellent time for any experienced Java programmer to increase their skills and marketability.

The text approaches the subject in a warm and friendly manner. Starting with the basics, the book builds on the skills learned in a sensible and coherent manner. The layout of the book is clear and well designed and contains an excellent index.

The accompanying CD-ROM disc contains almost everything you'll need to get started straight away and the first chapter of the book gives you an introduction to installing and using these tools. The book also has a companion website where more information and updates can be found.

Whilst this book is an excellent tutorial on using J2ME, it is not an introductory text to the Java language and so programmers new to the language should look elsewhere. However, experienced Java programmers should find it highly accessible and a highly rewarding process as they learn to program the toasters, kettles and games consoles of the future!

Highly recommended.

Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  25 reviews
6 of 6 people found the following review helpful
Great Introduction and reference 10 May 2002
By Steve Holmes - Published on Amazon.com
Format:Paperback
I bought this book about two months ago when my company was starting a J2ME project. I read the first 6 chapters page for page as an introduction and then used the rest of the book as a reference. I now consider myself a proficient J2ME programmer.

I've used the book mostly as a reference and I have found that the way the chapters are laid out makes it very easy to find whatever information I'm looking for. The chapters on Record Stores are particularly useful.

One reviewer said to just read the online docs. CDLC and MIDP are not very difficult technologies to become proficient at but the documentation online will make it much harder on you. If you don't mind wasting hours of time to save [money] on this book thats fine. But if your time is valuable like mine break down and make the investment. This book and the JavaDocs will be all you need to start professional apps in J2ME.

6 of 6 people found the following review helpful
Start to Finish J2ME How to. 8 Feb 2002
By A Customer - Published on Amazon.com
Format:Paperback
Initially, What I liked regarding your book verses others was the big picture and the logical layout. You started with the basics - what is the history and the standard. Which was very well laid out, enough information to grab the facts. The second area I felt the book was broken into that all others seem to skip is the how to get started. Step by step, What do you need in software, What additions to the J2SE from Sun. What order do they get installed, What other nice stuff is out there to add (POSE, other emulators). This was well worth the cost of the book to me. I have around five or six "J2ME" books. All just assume this is self evident. If you want to spend a month reading all the standards, software notes, and history of the packages, it is. What I liked on your book was here it is - this is the current stuff and the order to load. This would have saved me several installation attempts of troubleshooting to discover another package is needed or the two I have are different versions. Last is the meat - the break down of the classes. What is or is not ported and some nice basic examples.
I like this approach and would consider it as mandatory to get J2ME up quickly and get a team moving on development in this area. If I went to the store and bought J2SE, CDLC, MIDP, and J2ME, Your book should be in the same package - It is the document that brings it together.
5 of 5 people found the following review helpful
Best Book for J2ME 8 May 2002
By chanakya - Published on Amazon.com
Format:Paperback
This is the best book on j2me till date. It teaches core concepts in an easy to understand manner.Most books are rich in theory but Core j2me is rich in both Code and Theory.After reading this book you will be able to build you own j2me applications.As this is a book about core J2me it doesnt deal with developing enterprise application with j2me( like XML/security)but it provides you with the solid foundation on which you can build up.My advice is to buy this book if you are a new to j2me,learn the fundamentals and coding techniques from this book.then start reading other articles about xml/security to build enterprise application for j2me.Believe me After reading this book it wont take much time to understand other concepts of j2me.This is the must have book!!It explains everything with code examples.Though it would have been good if mr. Muchow have included shopping cart example in this book,which he demonstrates in his lectures.That would have made it a great book in core j2me aswell as j2me for enterprise application.
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback