Java Database Programming Bible
暫譯: Java 資料庫程式設計聖經
John O'Donahue
- 出版商: Hungry Minds
- 出版日期: 2002-08-16
- 售價: $1,800
- 貴賓價: 9.5 折 $1,710
- 語言: 英文
- 頁數: 720
- 裝訂: Paperback
- ISBN: 0764549243
- ISBN-13: 9780764549243
-
相關分類:
Java 程式語言、資料庫
已絕版
買這商品的人也買了...
-
Computer Graphics: Principles and Practice in C, 2/e (Hardcover)$1,600$1,568 -
Computer Organization & Design: The Hardware/Software Interface, 2/e$1,200$1,176 -
Discrete-Time Signal Processing, 2/e (修訂版)$1,060$1,039 -
Data Mining: Concepts and Techniques$2,470$2,347 -
Operating System Concepts, 6/e$1,050$1,029 -
Concepts of Programming Languages, 5/e (精裝)$1,030$1,009 -
C++ Primer, 3/e 中文版$980$774 -
Introduction to Algorithms, 2/e (Hardcover)$990$970 -
Computer Architecture: A Quantitative Approach, 3/e(精裝本)$1,300$1,274 -
Complete Java 2 Certification Study Guide, 3/e$2,090$1,986 -
Flash MX 中文版躍動的網頁$550$468 -
Computer Networking: A Top-Down Approach Featuring the Internet, 2/e (精裝)$1,090$1,068 -
C 語言程式技巧問答實戰 (The C Answer Book)$380$304 -
精彩 Dreamweaver MX 資料庫網頁製作$299$299 -
Embedded Software Development with eCos$1,840$1,748 -
macromedia Flash MX 網頁動畫寶典(威力新增版)$620$527 -
JDBC 資料庫程式設計$580$493 -
Dreamweaver MX 互動網站百寶箱 for ASP$580$493 -
Borland 傳奇$280$221 -
Microsoft Windows Server 2003 系統實務$780$663 -
Microsoft Windows Server 2003 架站實務$580$493 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
Linux 驅動程式 (Linux Device Drivers, 2/e)$880$695 -
人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 -
JSP 2.0 技術手冊$750$593
相關主題
商品描述
Java Database Bible is a comprehensive approach to learning how to develop
and implement a professional level Java 2 database program using the Java
database connection API (JDBC 3.0).
Includes an introduction to relational
databases and designing database applications; covers interacting with a
relational database using a Java program; and shows how to create and work with
XML data storage using a Java program.
Table of Contents
Preface.
Acknowledgments.
Part I: Introduction to Databases, SQL, and JDBC.
Chapter 1: Relational Databases.
Chapter 2: Designing a Database.
Chapter 3: SQL Basics.
Chapter 4: Introduction to JDBC.
Part II: Using JDBC and SQL in a Two-Tier Client/Server Application.
Chapter 5: Creating a Table with JDBC and SQL.
Chapter 6: Inserting, Updating, and Deleting Data.
Chapter 7: Retrieving Data with SQL Queries.
Chapter 8: Organizing Search Results and Using Indexes.
Chapter 9: Joins and Compound Queries.
Chapter 10: Building a Client/Server Application.
Part III: A Three-Tier Web Site with JDBC.
Chapter 11: Building a Membership Web Site.
Chapter 12: Using JDBC DataSources with Servlets and Java Server Pages.
Chapter 13: Using PreparedStatements and CallableStatements.
Chapter 14: Using Blobs and Clobs to Manage Images and Documents.
Chapter 15: Using JSPs, XSL, and Scrollable ResultSets to Display Data.
Chapter 16: Using the JavaMail API with JDBC.
Part IV: Using Databases, JDBC, and XML.
Chapter 17: The XML Document Object Model and JDBC.
Chapter 18: Using Rowsets to Display Data.
Chapter 19: Accessing XML Documents Using SQL.
Part V: EJBs, Databases, and Persistence.
Chapter 20: Enterprise JavaBeans.
Chapter 21: Bean-Managed Persistence.
Chapter 22: Container-Managed Persistence.
Chapter 23: Java Data Objects and Transparent Persistence.
Part VI: Database Administration.
Chapter 24: User Management and Database Security.
Chapter 25: Tuning for Performance.
Appendix A: A Brief Guide to SQL Syntax.
Appendix B: Installing Apache and Tomcat.
Index.
商品描述(中文翻譯)
Java 資料庫聖經是學習如何使用 Java 資料庫連接 API (JDBC 3.0) 開發和實現專業級 Java 2 資料庫程式的全面方法。包括關於關聯式資料庫和設計資料庫應用程式的介紹;涵蓋如何使用 Java 程式與關聯式資料庫互動;並展示如何使用 Java 程式創建和處理 XML 資料存儲。
目錄
前言
致謝
第一部分:資料庫、SQL 和 JDBC 簡介
第 1 章:關聯式資料庫
第 2 章:設計資料庫
第 3 章:SQL 基礎
第 4 章:JDBC 簡介
第二部分:在兩層客戶端/伺服器應用程式中使用 JDBC 和 SQL
第 5 章:使用 JDBC 和 SQL 創建資料表
第 6 章:插入、更新和刪除資料
第 7 章:使用 SQL 查詢檢索資料
第 8 章:組織搜尋結果和使用索引
第 9 章:聯接和複合查詢
第 10 章:構建客戶端/伺服器應用程式
第三部分:使用 JDBC 的三層網站
第 11 章:構建會員網站
第 12 章:在 Servlet 和 Java Server Pages 中使用 JDBC DataSources
第 13 章:使用 PreparedStatements 和 CallableStatements
第 14 章:使用 Blobs 和 Clobs 管理圖像和文件
第 15 章:使用 JSP、XSL 和可滾動的 ResultSets 顯示資料
第 16 章:在 JDBC 中使用 JavaMail API
第四部分:使用資料庫、JDBC 和 XML
第 17 章:XML 文件物件模型和 JDBC
第 18 章:使用 Rowsets 顯示資料
第 19 章:使用 SQL 訪問 XML 文件
第五部分:EJB、資料庫和持久性
第 20 章:企業 JavaBeans
第 21 章:Bean 管理的持久性
第 22 章:容器管理的持久性
第 23 章:Java 資料物件和透明持久性
第六部分:資料庫管理
第 24 章:使用者管理和資料庫安全性
第 25 章:性能調優
附錄 A:SQL 語法簡介
附錄 B:安裝 Apache 和 Tomcat
索引
