Core Java Data Objects (Paperback)
暫譯: 核心 Java 數據物件 (平裝本)
Sameer Tyagi, Michael Vorburger, Keiron McCammon, Heiko Bobzin
- 出版商: Prentice Hall
- 出版日期: 2003-09-21
- 售價: $1,750
- 貴賓價: 9.5 折 $1,663
- 語言: 英文
- 頁數: 576
- 裝訂: Paperback
- ISBN: 0131407317
- ISBN-13: 9780131407312
-
相關分類:
Java 程式語言
立即出貨(限量) (庫存=2)
買這商品的人也買了...
-
$99$84 -
$980$774 -
$1,029Operating System Concepts, 6/e (Windows XP Update)
-
$760$600 -
$650$553 -
$760$600 -
$590$466 -
$690$538 -
$720$569 -
$620$490 -
$990$782 -
$750$638 -
$490$382 -
$560$476 -
$650$553 -
$420$332 -
$720$569 -
$860$731 -
$550$468 -
$390$304 -
$420$328 -
$480$379 -
$750$593 -
$540$427 -
$760$600
相關主題
商品描述
The experienced Java developer's guide to persistence with JDO!
Master JDO, the breakthrough technology for persistenting Java objects!
Java Data Objects (JDO) streamlines development by providing Java-centric mechanisms for making objects persistent, and standard APIs for connecting application code with underlying persistent datastores. Core Java Data Objects is the definitive, comprehensive guide to JDO persistence for every experienced Java developer.
Using realistic code examples, this book's expert authors cover creating, reading, updating, and deleting persistent objects; object lifecycles and state transitions; JDO classes and APIs; queries, architecture, security, and much more. They show how to integrate JDO with EJB, JTA, JCA, and other J2EE technologies; and introduce best practices for using JDO in both standalone programs and J2EE components.
If you want to spend more time solving business problems and less time worrying about persistence, you need JDO. And you need the one book that'll help you make the most of JDO: Core Java Data Objects.
Every Core Series book:
- DEMONSTRATES how to write commercial quality code
- FEATURES nontrivial programs and examples--no toy code!
- FOCUSES on the features and functions most important to real developers
- PROVIDES objective, unbiased coverage of cutting-edge technologies -- no hype!
Core Java Data Objects delivers:
- Practical examples showing how JDO can be applied to existing applications
- Powerful insights for using JDO to architect new systems more effectively
- Step-by-step guidance for integrating JDO with other J2EE technologies
- Best practices for using JDO in real-world business environments
Table of Contents
Foreword.
Preface.
Acknowledgments.
I. INTRODUCTION.
1. JDO Overview.
JDO Background. Domain Object Model. Orthogonal Persistence. Non-Managed and Managed Environments. Roles and Responsibilities. Summary.2. Object Persistence Fundamentals.
Persistence in Applications. JDK Binary Serialization. Object-Relational Mapping. Rolling Your Own Persistence Mapping Layer. Conclusion.II. THE DETAILS.
3. Getting Started with JDO.
How Does JDO Work? The JDO Basics. Defining a Class. Connecting to a Datastore. Creating an Object. Reading an Object. Updating an Object. Deleting an Object. JDO Object Model. Exception Handling. Object Identity. Types of Object Identity. Object Lifecycles. Concurrency Control. Summary.4. Object Lifecycle.
A Persistent Object's Lifecycle. Finding Out about an Object's State. Operations That Change State. Callbacks. Optional States. Putting It All Together. Summary.5. Developing with JDO.
JDO Concepts. JDO Interfaces and Classes. Basic APIs. Exception Classes. Additional APIs. Service Provider Interface APIs. Summary.6. Finding Your Data.
Finding an Object by Identity. Finding a Set of Objects Using an Extent. Finding Objects with the Query Facility. JDOQL. Queries, Filters, and Optional parameters. More on the Query Interface. Summary.7. Architecture Scenarios.
JDO versus JDBC. RDBMS, ODBMS, and Flatfiles. J2EE, RMI, and CORBA. Managed and Non-Managed Environments. Multi-Threaded Applications. Summary.III. J2EE.
8. JDO and the J2EE Connector Architecture.
J2EE Connector Architecture Overview. JDO and the J2EE Connector Architecture. Using JDO and the J2EE Connector Architecture. Using JDO without the J2EE Connector Architecture. Summary.9. JDO and Enterprise JavaBeans.
Introduction. Session Beans and JDO. Message-Driven Beans and JDO. Entity Beans and JDO. To Use EJB or Not to Use EJB? Summary.10. Security.
Security Levels. Implementing PersistenceCapable. Application Security. Summary.11. Transactions.
Transaction Concepts. Transactions in Java. Transactions in JDO. Summary.IV. THE CONCLUSION.
12. JDO and JDBC.
JDBC 2.0 and 3.0. Example: Storing Objects in a Relational Database Using JDBC. Comparison of JDBC and JDO. Summary.13. Tips, Tricks and Best Practices.
Data Modeling. JDO and Servlets. Keep Domain Classes Separate from Others. Using XML as a Data Exchange Format. Validation. Summary.14. The Road Ahead.
Advanced Transaction Semantics. Performance Optimizations. Managed Relationships. Query Enhancements. Object Mapping. Enumeration Pattern. Summary.15. Case Study: The Core JDO Library.
Files, Packages and Object Model. Persistent Model Package. Use-case Package. BookOperation Class. Putting Things Together.Appendix A: JDO States.
Appendix B: XML Metadata.
Appendix C: JDOQL BNF Notation.
Appendix D: PersistenceManager Factory Quick Reference.
Appendix E: JDO Implementations.
Index.
商品描述(中文翻譯)
摘要
經驗豐富的 Java 開發者的 JDO 持久性指南!
掌握 JDO,這項持久化 Java 物件的突破性技術!
Java Data Objects (JDO) 透過提供以 Java 為中心的機制來簡化開發,使物件持久化,並提供標準 API 以連接應用程式代碼與底層持久化資料存儲。Core Java Data Objects 是每位經驗豐富的 Java 開發者的 JDO 持久性權威且全面的指南。
本書的專家作者使用現實的代碼範例,涵蓋了創建、讀取、更新和刪除持久物件;物件生命週期和狀態轉換;JDO 類和 API;查詢、架構、安全性等更多內容。他們展示了如何將 JDO 與 EJB、JTA、JCA 及其他 J2EE 技術整合;並介紹了在獨立程式和 J2EE 元件中使用 JDO 的最佳實踐。
如果您希望花更多時間解決業務問題,而不是擔心持久性,您需要 JDO。而您需要的就是這本能幫助您充分利用 JDO 的書籍:Core Java Data Objects。
每本 Core 系列書籍:
- 展示如何編寫商業品質的代碼
- 特色非簡單的程式和範例——沒有玩具代碼!
- 專注於對真正開發者最重要的功能和特性
- 提供客觀、公正的前沿技術報導——沒有炒作!
Core Java Data Objects 提供:
- 實用範例顯示如何將 JDO 應用於現有應用程式
- 使用 JDO 更有效地架構新系統的強大見解
- 整合 JDO 與其他 J2EE 技術的逐步指導
- 在現實商業環境中使用 JDO 的最佳實踐
目錄
前言。
序言。
致謝。
I. 介紹。
1. JDO 概述。
JDO 背景。領域物件模型。正交持久性。非管理和管理環境。角色和責任。總結。
2. 物件持久性基礎。
應用程式中的持久性。JDK 二進位序列化。物件關聯映射。自訂持久性映射層。結論。
II. 詳細內容。
3. 開始使用 JDO。
JDO 如何運作?JDO 基礎。定義一個類。連接到資料存儲。創建物件。讀取物件。更新物件。刪除物件。JDO 物件模型。例外處理。物件身份。物件身份的類型。物件生命週期。併發控制。總結。
4. 物件生命週期。
持久物件的生命週期。了解物件的狀態。改變狀態的操作。回調。可選狀態。綜合總結。總結。
5. 使用 JDO 開發。
JDO 概念。JDO 介面和類。基本 API。例外類。其他 API。服務提供者介面 API。總結。
6. 尋找您的資料。
通過身份尋找物件。使用範圍尋找一組物件。使用查詢功能尋找物件。JDOQL。查詢、過濾器和可選參數。查詢介面的更多內容。總結。
7. 架構場景。
JDO 與 JDBC。RDBMS、ODBMS 和平面檔案。J2EE、RMI 和 CORBA。管理和非管理環境。多執行緒應用程式。總結。
III. J2EE。
8. JDO 和 J2EE 連接器架構。
J2EE 連接器架構概述。JDO 和 J2EE 連接器架構。使用 JDO 和 J2EE 連接器架構。無需 J2EE 連接器架構使用 JDO。總結。
9. JDO 和企業 JavaBeans。
介紹。會話 Beans 和 JDO。消息驅動 Beans 和 JDO。實體 Beans 和 JDO。使用 EJB 還是不用 EJB?總結。
10. 安全性。
安全級別。實現 PersistenceCapable。應用程式安全性。總結。
11. 交易。
交易概念。Java 中的交易。JDO 中的交易。總結。
IV. 結論。
12. JDO 和 JDBC。
JDBC 2.0 和 3.0。範例:使用 JDBC 在關聯資料庫中儲存物件。JDBC 和 JDO 的比較。總結。
13. 提示、技巧和最佳實踐。
資料建模。JDO 和 Servlets。保持領域類與其他類分開。使用 XML 作為資料交換格式。驗證。總結。
14. 前進的道路。
進階交易語義。性能優化。管理關係。查詢增強。物件映射。列舉模式。總結。
15. 案例研究:核心 JDO 函式庫。
檔案、包和物件模型。持久模型包。用例包。BookOperation 類。整合所有內容。
附錄 A:JDO 狀態。
附錄 B:XML 元數據。
附錄 C:JDOQL BNF 符號。
附錄 D:PersistenceManager Factory 快速參考。
附錄 E:JDO 實作。
索引。