Bluetooth Application Programming with the Java APIs: The Morgan Kaufmann Series in Networking
Autor C Bala Kumar, Paul J. Kline, Timothy J. Thompsonen Limba Engleză Paperback – 4 oct 2003
About the Authors
C Bala Kumaris a Distinguished Member of the Technical Staff at Motorola. He chaired the industry expert group that defined the Java APIs for Bluetooth wireless technology. He currentlyleads the systems software team for wireless platformsin Motorola's Semiconductor Products Sector.Paul J. Klineis a Distinguished Member of the Technical Staff at Motorola and themaintenance lead for the JABWT specification. He currently works on the System Software Architecture team in Motorola's Semiconductor Products Sector.Timothy J. Thompsonis a Senior Software Engineer on the System Software Architecture team in Motorola's Semiconductor Products Sector. He was theOBEX architect on the JABWT specification teamat Motorola.
- Written by experts—the authors led the industry team that defined the JABWT standard and the Motorola team that developed the first JABWT implementation
- Covers JABWT in depth and goes beyond the specification to explain how to use the standard effectively
- A helpful resource both to Java programmers interested in Bluetooth wireless technology and to business managers interested in its potential for creating new business opportunities
- Digs deeply into the programming areas you must master to successfully design and build JABWT applications, including RFCOMM, OBEX, device discovery, service discovery, and L2CAP
- Details the real-world issues involved in programming Bluetooth devices and implementing the JABWT specification
- Organized into sections that explicitly address the different needs of programmers, business managers, and project managers
Din seria The Morgan Kaufmann Series in Networking
- 32% Preț: 508.34 lei
- 20% Preț: 798.53 lei
- 20% Preț: 421.03 lei
- 20% Preț: 433.00 lei
- 33% Preț: 121.32 lei
- 22% Preț: 533.66 lei
- 20% Preț: 559.23 lei
- 20% Preț: 594.57 lei
- 27% Preț: 671.58 lei
- 23% Preț: 509.21 lei
- 20% Preț: 620.91 lei
- 20% Preț: 643.99 lei
- 23% Preț: 438.19 lei
- 20% Preț: 517.86 lei
- 20% Preț: 574.12 lei
- 20% Preț: 407.48 lei
- 33% Preț: 194.74 lei
Preț: 521.01 lei
Preț vechi: 651.26 lei
-20% Nou
Puncte Express: 782
Preț estimativ în valută:
99.71€ • 105.19$ • 83.10£
99.71€ • 105.19$ • 83.10£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781558609341
ISBN-10: 1558609342
Pagini: 498
Dimensiuni: 187 x 235 x 30 mm
Greutate: 1.04 kg
Editura: ELSEVIER SCIENCE
Seria The Morgan Kaufmann Series in Networking
ISBN-10: 1558609342
Pagini: 498
Dimensiuni: 187 x 235 x 30 mm
Greutate: 1.04 kg
Editura: ELSEVIER SCIENCE
Seria The Morgan Kaufmann Series in Networking
Public țintă
Java programmers -embedded systems programmers, applications programmers and developers, network programmersCuprins
Chapter
1
Introduction
1.1 Wireless Connectivity
1.2 What is Bluetooth Wireless Technology?
1.3 Overview of the Bluetooth Stack architecture
1.4 What is J2ME?
1.5 Why Java Technology for Bluetooth Devices?
1.6 Summary
Chapter 2 An Overview of JABWT
2.1 Goals
2.2 API Characteristics and Hardware Requirements
2.3 Scope
2.4 Summary
Chapter 3 High-Level Architecture
3.1 Architecture of JABWT
3.2 Bluetooth Control Center
3.3 Simple JABWT Application
3.4 Summary
Chapter 4 RFCOMM
4.1 Overview
4.2 API capabilities
4.3 Programming with the API
4.4 Summary
Chapter 5 OBEX
5.1 Overview
5.2 API Capabilities
5.3 Programming with the API
5.4 Summary
Chapter 6 Device Discovery
6.1 Overview
6.2 API capabilities
6.3 Programming with the API
6.4 Summary
Chapter 7 Service Discovery
7.1 Overview
7.2 API capabilities
7.3 Programming with the API
7.4 Summary
Chapter 8 L2CAP
8.1 Overview
8.2 API Capabilities
8.3 Programming with the API
8.4 Summary
Chapter 9 Example Applications
9.1 Overview
9.2 Tic-Tac-Toe MIDlet
9.3 OBEX Application Download
9.4 Summary
Chapter 10 Implementing JABWT on a Device
10.1 Porting Process
10.2 Steps 1 and 2: Adding J2ME and Bluetooth support
10.3 Step 3: Implementing JABWT
10.4 Step 4: TCK Compliance
Chapter 11 Closing Remarks
Appendix A: Complete Code Examples
Appendix B: javax.bluetooth.api
Appendix C: java.obex.api
References
Index
1.1 Wireless Connectivity
1.2 What is Bluetooth Wireless Technology?
1.3 Overview of the Bluetooth Stack architecture
1.4 What is J2ME?
1.5 Why Java Technology for Bluetooth Devices?
1.6 Summary
Chapter 2 An Overview of JABWT
2.1 Goals
2.2 API Characteristics and Hardware Requirements
2.3 Scope
2.4 Summary
Chapter 3 High-Level Architecture
3.1 Architecture of JABWT
3.2 Bluetooth Control Center
3.3 Simple JABWT Application
3.4 Summary
Chapter 4 RFCOMM
4.1 Overview
4.2 API capabilities
4.3 Programming with the API
4.4 Summary
Chapter 5 OBEX
5.1 Overview
5.2 API Capabilities
5.3 Programming with the API
5.4 Summary
Chapter 6 Device Discovery
6.1 Overview
6.2 API capabilities
6.3 Programming with the API
6.4 Summary
Chapter 7 Service Discovery
7.1 Overview
7.2 API capabilities
7.3 Programming with the API
7.4 Summary
Chapter 8 L2CAP
8.1 Overview
8.2 API Capabilities
8.3 Programming with the API
8.4 Summary
Chapter 9 Example Applications
9.1 Overview
9.2 Tic-Tac-Toe MIDlet
9.3 OBEX Application Download
9.4 Summary
Chapter 10 Implementing JABWT on a Device
10.1 Porting Process
10.2 Steps 1 and 2: Adding J2ME and Bluetooth support
10.3 Step 3: Implementing JABWT
10.4 Step 4: TCK Compliance
Chapter 11 Closing Remarks
Appendix A: Complete Code Examples
Appendix B: javax.bluetooth.api
Appendix C: java.obex.api
References
Index
Recenzii
"We
are
all
fortunate
to
have
this
book
that
not
only
explains
Java
APIs
for
Bluetooth
wireless
technology,
but
also
is
chock-full
of
pithy
examples
that
illustrate
how
to
make
things
work.
This
is
the
only
book
on
this
topic
that
anyone
should
need
and
it
is
the
one
that
practitioners
must
have."
-Brent A. Miller,IBM Corporation, co-author, Bluetooth Revealed
"While the JSR specification does a good job of specifying the API, a book that provides more explanations and examples is essential to extend its reach among the developers. The authors are perfect candidates to write and explain the relevant APIs, adding insights to the design process of this specification."
-Teck Yang Lee,Sun Microsystem (Representative to JSR-82 Expert Group)
-Brent A. Miller,IBM Corporation, co-author, Bluetooth Revealed
"While the JSR specification does a good job of specifying the API, a book that provides more explanations and examples is essential to extend its reach among the developers. The authors are perfect candidates to write and explain the relevant APIs, adding insights to the design process of this specification."
-Teck Yang Lee,Sun Microsystem (Representative to JSR-82 Expert Group)