Bluetooth Application Programming with the Java APIs Essentials Edition (The Morgan Kaufmann Series in Networking)
java July 12th, 2010Bluetooth Application Programming with the Java APIs Essentials Edition (The Morgan Kaufmann Series in Networking)
Adoption of Bluetooth wireless technology has become ubiquitous in the last few years. One of the biggest steps forward is the standardization of Java APIs for Bluetooth wireless technology (JABWT). The latest updates to this standard is explained in detail in this book. The JABWT standard, defined by the JSR-82 Java Specification Request, supports rapid development of Bluetooth applications that are portable, secure, and highly-usable. Wireless device manufacturers have responded overwhelmingly
Rating:
(out of 2 reviews)
List Price: $ 41.95
Price: $ 32.65


July 12th, 2010 at 7:59 pm
Review by calvinnme for Bluetooth Application Programming with the Java APIs Essentials Edition (The Morgan Kaufmann Series in Networking)
Rating:
Although it doesn’t say so on the cover, this is actually a second edition of a book by the same name and the same authors. The first edition was good, but this technology moves quickly and a new edition was needed. There is plenty of practical instruction and lots of helpful figures in the book which, quite honesty, is often lacking in books published by Morgan Kaufmann – they tend to be a bit on the academic side. Plus the book has a website where there is plenty of additional code plus the javex.bluetooth and java.obex packages available for download. Also note that the old edition of the book has about two hundred more pages than this new edition. That’s because much of what was previously in the book has been moved to the website, primarily code. The following is the table of contents for the new edition:
Ch 1: Introduction
Ch 2: An Overview of JABWT
Ch 3: High Level Architecture
Ch 4: RFCOMM
Ch 5: OBEX
Ch 6: Device Discovery
Ch 7: Service Discovery
Ch 8: L2CAP
Ch 9: Bluetooth and the Push Registry
Just because some of the chapter titles are the same doesn’t mean the content is the same. Everything has been updated and so far it looks like a worthwhile purchase.
July 12th, 2010 at 8:47 pm
Review by Seng W. Loke for Bluetooth Application Programming with the Java APIs Essentials Edition (The Morgan Kaufmann Series in Networking)
Rating:
The book presents a detailed and insightful look into programming Bluetooth applications in JavaME, with lots of programming examples. I teach a course on mobile and pervasive computing, and this book has been certainly helpful. I have been waiting for such a book – each layer of the protocol stack is considered, and how to program at different layers of the protocol stack is described.