Bluetooth Application Programming with the Java APIs (Paperback)
暫譯: 使用 Java API 的藍牙應用程式開發 (平裝本)
C Bala Kumar, Paul J. Kline, Timothy J. Thompson
- 出版商: Morgan Kaufmann
- 出版日期: 2003-09-01
- 定價: $1,100
- 售價: 9.8 折 $1,078
- 語言: 英文
- 頁數: 498
- 裝訂: Paperback
- ISBN: 1558609342
- ISBN-13: 9781558609341
-
相關分類:
Bluetooth、Java 程式語言
立即出貨 (庫存=1)
買這商品的人也買了...
-
$980$774 -
$880$695 -
$650$429 -
$690$587 -
$780$741 -
$590$466 -
$780$663 -
$720$569 -
$750$638 -
$560$476 -
$780$663 -
$490$417 -
$850$723 -
$480$379 -
$750$593 -
$780$616 -
$490$382 -
$780$616 -
$480$408 -
$650$507 -
$580$452 -
$620$527 -
$650$507 -
$550$468 -
$720$569
相關主題
商品描述
Adoption of Bluetooth wireless technology has made great strides in the last few years. One of the biggest steps forward—the standardization of Java APIs for Bluetooth wireless technology (JABWT)—is explained in detail in this book. The JABWT standard, defined by the JSR-82 specification, supports rapid development of Bluetooth applications that are portable, secure, and highly-usable. Wireless device manufacturers have responded to the JABWT specification by announcing mobile phones and other products that will run JABWT applications. Bluetooth Application Programming with the Java APIs explains in detail how to write Bluetooth applications using the Java APIs to exploit the power of both technologies. Written by the specification lead for JSR-82 and two other key participants in the definition of JABWT, this book provides the authoritative explanations and concrete examples you need to get started right away.
Contents
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
商品描述(中文翻譯)
描述
在過去幾年中,藍牙無線技術的採用取得了巨大的進展。本書詳細解釋了其中一個最大的進步——藍牙無線技術的 Java API 標準化(JABWT)。JABWT 標準由 JSR-82 規範定義,支持快速開發可攜帶、安全且高度可用的藍牙應用程式。無線設備製造商已經響應 JABWT 規範,宣布推出將運行 JABWT 應用程式的手機和其他產品。《使用 Java API 的藍牙應用程式編程》詳細說明了如何使用 Java API 編寫藍牙應用程式,以發揮這兩種技術的強大功能。本書由 JSR-82 的規範負責人及其他兩位 JABWT 定義的關鍵參與者撰寫,提供了您立即入門所需的權威解釋和具體範例。
內容
第 1 章 介紹
1.1 無線連接
1.2 什麼是藍牙無線技術?
1.3 藍牙堆疊架構概述
1.4 什麼是 J2ME?
1.5 為什麼選擇 Java 技術用於藍牙設備?
1.6 總結
第 2 章 JABWT 概述
2.1 目標
2.2 API 特性和硬體要求
2.3 範圍
2.4 總結
第 3 章 高階架構
3.1 JABWT 的架構
3.2 藍牙控制中心
3.3 簡單的 JABWT 應用程式
3.4 總結
第 4 章 RFCOMM
4.1 概述
4.2 API 能力
4.3 使用 API 編程
4.4 總結
第 5 章 OBEX
5.1 概述
5.2 API 能力
5.3 使用 API 編程
5.4 總結
第 6 章 設備發現
6.1 概述
6.2 API 能力
6.3 使用 API 編程
6.4 總結
第 7 章 服務發現
7.1 概述
7.2 API 能力
7.3 使用 API 編程
7.4 總結
第 8 章 L2CAP
8.1 概述
8.2 API 能力
8.3 使用 API 編程
8.4 總結
第 9 章 範例應用程式
9.1 概述
9.2 井字遊戲 MIDlet
9.3 OBEX 應用程式下載
9.4 總結
第 10 章 在設備上實現 JABWT
10.1 移植過程
10.2 步驟 1 和 2:添加 J2ME 和藍牙支持
10.3 步驟 3:實現 JABWT
10.4 步驟 4:TCK 合規性
第 11 章 結語
附錄 A:完整的程式碼範例
附錄 B:javax.bluetooth.api
附錄 C:java.obex.api
參考文獻
索引