Core Java 2, Volume II--Advanced Features, 7/e
暫譯: 核心 Java 2,第 II 卷--進階特性,第 7 版
Cay S. Horstmann, Gary Cornell
- 出版商: Prentice Hall
- 出版日期: 2004-12-02
- 售價: $2,380
- 貴賓價: 9.5 折 $2,261
- 語言: 英文
- 頁數: 1024
- 裝訂: Paperback
- ISBN: 0131118269
- ISBN-13: 9780131118263
-
相關分類:
Java 程式語言
已絕版
買這商品的人也買了...
-
$980$774 -
$650$429 -
$690$587 -
$760$600 -
$590$466 -
$680$537 -
$750$638 -
$560$476 -
$2,380$2,261 -
$560$476 -
$480$379 -
$750$593 -
$450$383 -
$490$417 -
$680$537 -
$490$382 -
$990$782 -
$2,380$2,261 -
$650$553 -
$480$408 -
$650$507 -
$450$383 -
$490$382 -
$890$757 -
$650$507
商品描述
Description:
Completely revised and up-to-date coverage of
- Multithreading—including the java.util.concurrent library, locks, condition objects, futures, thread pools, thread-safe collections, threads and Swing
- Collection classes—collections framework, concrete collections, and generic utility methods
- Annotations and metadata—using annotations to automate programming tasks, JDK™ 5.0 standard annotations, the apt tool for source-level annotation processing, and bytecode engineering
- Advanced Swing and AWT—lists, trees, tables, and other advanced components; image processing and printing
- JavaBeans™—including property editors, customizers, and long-term persistence
- XML—DOM and SAX parsers, XPath, and XSL transformations
The seventh edition of Core Java™ 2, Volume II, covers advanced user-interface programming and the enterprise features of the Java 2 Platform, Standard Edition (J2SE™). Like Volume I (which covers the most important language and library features), this book has been completely updated and revised for J2SE 5.0. All of the sample programs have been updated and carefully crafted to illustrate practical solutions to the type of real-world problems professional developers encounter.
Volume II includes new sections on annotations and other J2SE 5.0 enhancements, along with complete coverage of
- Multithreading
- Distributed objects
- Databases
- JNDI and LDAP
- Advanced GUI components
- Native methods
- XML processing
- Network programming
- Collection classes
- Advanced graphics
- Internationalization
- JavaBeans
- Annotations
Table of Contents:
List of Code Example.
Preface.
Acknowledgments.
1. Multithreading.
What Are Threads?
Interrupting Threads.
Thread States.
Thread Properties.
Synchronization.
Blocking Queues.
Thread-Safe Collections.
Callables and Futures.
Executors.
Synchronizers.
Threads and Swing.
2. Collections.
Collection Interfaces.
Concrete Collections.
The Collections Framework.
Algorithms.
Legacy Collections.
3. Networking.
Connecting to a Server.
Implementing Servers.
Sending E-Mail.
Making URL Connections.
Advanced Socket Programming.
4. Database Programming.
The Design of JDBC.
The Structured Query Language.
JDBC Installation.
Basic JDBC Programming Concepts.
Query Execution.
Scrollable and Updatable Result Sets.
Metadata.
Row Sets.
Transactions.
Advanced Connection Management.
Introduction to LDAP.
5. Distributed Objects.
The Roles of Client and Server.
Remote Method Invocations.
Setup for Remote Method Invocation.
Parameter Passing in Remote Methods.
Server Object Activation.
Java IDL and CORBA.
Remote Method Calls with SOAP.
6. Advanced Swing.
Lists.
Trees.
Tables.
Styled Text Components.
Progress Indicators.
Component Organizers.
7. Advanced AWT.
The Rendering Pipeline.
Shapes.
Areas.
Strokes.
Paint.
Coordinate Transformations.
Clipping.
Transparency and Composition.
Rendering Hints.
Readers and Writers for Images.
Image Manipulation.
Printing.
The Clipboard.
Drag and Drop.
8. JavaBeans Components.
Why Beans?
The Bean-Writing Process.
Using Beans to Build an Application.
Naming Patterns for Bean Properties and Events.
Bean Property Types.
BeanInfo Classes.
Property Editors.
Customizers.
JavaBeans Persistence.
9. Security.
Class Loaders.
Bytecode Verification.
Security Managers and Permissions.
Digital Signatures.
Code Signing.
Encryption.
10. Internationalization.
Locales.
Number Formats.
Date and Time.
Collation.
Message Formatting.
Text Files and Character Sets.
Resource Bundles.
A Complete Example.
11. Native Methods.
Calling a C Function from the Java Programming Language.
Numeric Parameters and Return Values.
String Parameters.
Accessing Fields.
Encoding Signatures.
Calling Java Methods.
Accessing Array Elements.
Handling Errors.
Using the Invocation API.
A Complete Example: Accessing the Windows Registry.
12. XML.
Introducing XML.
Parsing an XML Document.
Validating XML Documents.
Locating Information with XPath.
Using Namespaces.
Using the SAX Parser.
Generating XML Documents.
XSL Transformations.
13. Annotations.
Addition of Metadata to Programs.
An Example: Annotating Event Handlers.
Annotation Syntax.
Standard Annotations.
The apt Tool for Source-Level Annotation Processing.
Bytecode Engineering.
Index.
商品描述(中文翻譯)
描述:
完全修訂和最新的涵蓋內容包括:
- 多執行緒—包括 java.util.concurrent 函式庫、鎖、條件物件、未來、執行緒池、執行緒安全集合、執行緒和 Swing
- 集合類別—集合框架、具體集合和泛型工具方法
- 註解和元資料—使用註解自動化程式設計任務、JDK™ 5.0 標準註解、用於源碼級註解處理的 apt 工具和位元組碼工程
- 進階 Swing 和 AWT—列表、樹、表格和其他進階元件;影像處理和列印
- JavaBeans™—包括屬性編輯器、自定義器和長期持久性
- XML—DOM 和 SAX 解析器、XPath 和 XSL 轉換
《Core Java™ 2, Volume II》第七版涵蓋了進階用戶介面程式設計和 Java 2 平台標準版 (J2SE™) 的企業功能。與《Volume I》相似(該書涵蓋了最重要的語言和函式庫特性),本書已完全更新和修訂為 J2SE 5.0。所有範例程式已更新並精心設計,以說明專業開發人員所遇到的現實世界問題的實用解決方案。
《Volume II》包括有關註解和其他 J2SE 5.0 增強功能的新章節,以及完整涵蓋:
- 多執行緒
- 分散式物件
- 資料庫
- JNDI 和 LDAP
- 進階 GUI 元件
- 本地方法
- XML 處理
- 網路程式設計
- 集合類別
- 進階圖形
- 國際化
- JavaBeans
- 註解
目錄:
- 程式碼範例列表
- 前言
- 感謝
1. 多執行緒
- 什麼是執行緒?
- 中斷執行緒
- 執行緒狀態
- 執行緒屬性
- 同步
- 阻塞佇列
- 執行緒安全集合
- 可呼叫物件和未來
- 執行者
- 同步器
- 執行緒和 Swing
2. 集合
- 集合介面
- 具體集合
- 集合框架
- 演算法
- 遺留集合
3. 網路
- 連接到伺服器
- 實作伺服器
- 發送電子郵件
- 建立 URL 連接
- 進階套接字程式設計
4. 資料庫程式設計
- JDBC 的設計
- 結構化查詢語言
- JDBC 安裝
- 基本 JDBC 程式設計概念
- 查詢執行
- 可滾動和可更新的結果集
- 元資料
- 行集
- 交易
- 進階連接管理
- LDAP 介紹
5. 分散式物件
- 客戶端和伺服器的角色
- 遠端方法呼叫
- 遠端方法呼叫的設置
- 遠端方法中的參數傳遞
- 伺服器物件啟動
- Java IDL 和 CORBA
- 使用 SOAP 的遠端方法呼叫
6. 進階 Swing
- 列表
- 樹
- 表格
- 風格化文本元件
- 進度指示器
- 元件組織器
7. 進階 AWT
- 渲染管道
- 形狀
- 區域
- 笔劃
- 繪製
- 坐標轉換
- 剪裁