Java Persistence for Relational Databases
Richard Sperko
下單後立即進貨 (2~3週)
買這商品的人也買了...
-
$1,050$998Fundamentals of Data Structures in C++
-
$1,613$1,532Building Embedded Linux Systems
-
$750$593鳥哥的 Linux 私房菜-伺服器架設篇
-
$820$648Java 與 XML (Java and XML, 2/e)
-
$780$741作業系統概念 (Operating System Concepts, 6/e Windows XP Update)
-
$680$660計算機概論-資訊時代的利器第七版 (Computers: Tools for an Information Age, 7/e)
-
$720$569重構─改善既有程式的設計
-
$760$600資料庫系統原理第三版 (Fundamentals of Database Systems, 3/e)
-
$860$654演算法導論 (Introduction to Algorithms, 2/e)
-
$680$537計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)
-
$600$510ASP.NET 網頁製作教本─從基本語法學起
-
$780$616Linux 程式設計教學手冊
-
$4,200$3,990High-Speed Signal Propagation: Advanced Black Magic (Hardcover)(美國原版)
-
$750$638Java 完美經典優質學習篇
-
$400$316Linux Server Hacks 駭客一百招 (Linux Server Hacks)
-
$680$537電子商務與網路安全 (Web Security & Commerce)
-
$760$600802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)
-
$650$553Red Hat Linux 9 實務應用
-
$880$792Java 程式設計藝術 (Java How to Program, 5/e)(精裝本)
-
$560$442Effective Java Programming Language Guide 中文版 (Effective Java Programming Language Guide)
-
$560$442鳥哥的 Linux 私房菜─基礎學習篇增訂版
-
$1,496$1,421Reality J2EE: Architecting for Macromedia Flash MX
-
$1,758$1,670Understanding the Linux Kernel, 2/e (Paperback)
-
$640$506FreeBSD 完全探索 (Absolute BSD: The Ultimate Guide to FreeBSD)
-
$680$537Windows Server 2003 網路與 IIS 架站指南
商品描述
Java Persistence for Relational Databases is full of best practices and patterns for readers who want to connect to databases using Java. It includes coverage of various database-related APIs for Java, including JDO, JDBC (including newest 3.0 APIs), and CMP (Container Managed Persistence with EJB).
Java Persistence for Relational Databases contains all those things
developers want to know but were afraid to ask. It realistically addresses
persisting Java objects in various ways. Whether a developer’s environment
requires them to use JDO, CMP, Castor, or hand code a persistence layer using
JDBC, this book will provide the answers.
Table of Contents
Chapter 1: All Kinds of Methods for Persisting
Objects
Chapter 2: Understanding Relational Database Management
Systems
Chapter 3: Using JDBC 1 for Relational Database Work
Chapter 4:
What Is New in JDBC 2 and 3
Chapter 5: Writing a Persistence Layer
Chapter 6: Persistence-Related Design Patterns
Chapter 7: Unit Testing
Persistence Layers
Chapter 8: Enterprise JavaBeans: Container
Managed
Persistence 2.0
Chapter 9: Writing to the ODMG 3.0
Chapter
10: Persistence with Java Data Objects (JDO)
Chapter 11: Open Source Java
Persistence Libraries and
Frameworks
Chapter 12: Commercial Java
Persistence Libraries and
Frameworks
Chapter 13: Summary