買這商品的人也買了...
- 
                
                   Design Patterns: Elements of Reusable Object-Oriented Software (Hardcover) Design Patterns: Elements of Reusable Object-Oriented Software (Hardcover)$2,450$2,401
- 
                
                   計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e) 計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537
- 
                
                   C++ Primer, 3/e 中文版 C++ Primer, 3/e 中文版$980$774
- 
                
                   Database System Concepts, 4/e Database System Concepts, 4/e$800$784
- 
                
                   Operating System Concepts, 6/e (Windows XP Update) Operating System Concepts, 6/e (Windows XP Update)$1,050$1,029
- 
                
                   Understanding the Linux Kernel, 2/e (Paperback) Understanding the Linux Kernel, 2/e (Paperback)$1,760$1,672
- 
                
                   PHP & MySQL 完全架站攻略第二版 PHP & MySQL 完全架站攻略第二版$620$527
- 
                
                   作業系統概念 (Operating System Concepts, 6/e Windows XP Update) 作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741
- 
                
                   MySQL 資料庫教學手冊 (Beginning Databases with MySQL) MySQL 資料庫教學手冊 (Beginning Databases with MySQL)$500$395
- 
                
                   Java 完美經典優質學習篇 Java 完美經典優質學習篇$750$638
- 
                
                   資料庫系統原理第三版 (Fundamentals of Database Systems, 3/e) 資料庫系統原理第三版 (Fundamentals of Database Systems, 3/e)$760$600
- 
                
                   PowerDesigner 完全應用剖析-軟體工程之全方位模型建構工具 PowerDesigner 完全應用剖析-軟體工程之全方位模型建構工具$650$514
- 
                
                   ASP.NET 程式設計徹底研究 ASP.NET 程式設計徹底研究$590$466
- 
                
                   Red Hat Linux 9 架站完全攻略 Red Hat Linux 9 架站完全攻略$580$493
- 
                
                   STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework) STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538
- 
                
                   Linux 9.X 指令參考手冊 Linux 9.X 指令參考手冊$650$553
- 
                
                   發誓學會 Dreamweaver MX 2004 & PHP 資料庫網站中文版 發誓學會 Dreamweaver MX 2004 & PHP 資料庫網站中文版$620$527
- 
                
                   鳥哥的 Linux 私房菜─基礎學習篇增訂版 鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476
- 
                
                   Dreamweaver MX 2004 魔法網頁 Easy Go! 中文版 Dreamweaver MX 2004 魔法網頁 Easy Go! 中文版$490$417
- 
                
                   Dreamweaver MX 2004 魔法書中文版 Dreamweaver MX 2004 魔法書中文版$490$417
- 
                
                   人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e) 人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379
- 
                
                   最新 JavaScript 完整語法參考辭典 第三版 最新 JavaScript 完整語法參考辭典 第三版$490$382
- 
                
                   C++ 程式設計藝術 (C++ How to Program, 4/e) C++ 程式設計藝術 (C++ How to Program, 4/e)$820$738
- 
                
                   Flash ActionScript 2.0 RIA 應用程式開發 Flash ActionScript 2.0 RIA 應用程式開發$760$646
- 
                
                   RFID 技術與應用 RFID 技術與應用$480$408
商品描述
* Shows Java developers everything they need to know to build Java database applications with MySQL.
* Takes a hands-on, code-intensive approach in which readers will learn how to build a sophisticated Web database management application.
* Begins with a review of the fundamentals of MySQL.
* Explains using Java's JDBC with MySQL, as well as servlet and JSP programming with MySQL.
* Provides a code-rich tutorial on how to build the sample Java database application using EJBs.
* The companion Web site provides the full code examples plus links to useful sites.
Table of Contents
Acknowledgments.
About the Authors.
Introduction.
Chapter 1: An Overview of MySQL.
Chapter 2: JDBC and Connector/J.
Chapter 3: Working with MySQL SQL.
Chapter 4: Installing MySQL, Java, and Connector/J.
Chapter 5: Using JDBC with Java Applications and Applets.
Chapter 6: Achieving Advanced Connector/J Functionality with Servlets.
Chapter 7: MySQL Type Mapping.
Chapter 8: Transactions and Table Locking with Connector/J.
Chapter 9: Using Metadata.
Chpater 10: Connection Pooling with Connector/J.
Chapter 11: EJBs with MySQL.
Chapter 12: Building a General Interface for MySQL.
Chapter 13: Database Administration.
Chapter 14: Performance and Tuning.
Appendix A: MySQL Development and Test Environments.
Appendix B: Databases and Tables.
Appendix C: The JDBC API and Connector/J.
Appendix D: MySQL Functions and Operators.
Appendix E: Connector/J Late-Breaking Additions.
Index.
商品描述(中文翻譯)
* 向 Java 開發者展示建立使用 MySQL 的 Java 資料庫應用程式所需的所有知識。
* 採取實作導向、以程式碼為主的方式,讀者將學習如何建立一個複雜的網頁資料庫管理應用程式。
* 以 MySQL 基礎知識的回顧開始。
* 解釋如何使用 Java 的 JDBC 與 MySQL,以及使用 MySQL 的 Servlet 和 JSP 程式設計。
* 提供一個以程式碼為主的教學,說明如何使用 EJB 建立範例 Java 資料庫應用程式。
* 附屬網站提供完整的程式碼範例以及有用網站的連結。
**目錄**
致謝。
關於作者。
介紹。
第 1 章:MySQL 概述。
第 2 章:JDBC 和 Connector/J。
第 3 章:使用 MySQL SQL。
第 4 章:安裝 MySQL、Java 和 Connector/J。
第 5 章:在 Java 應用程式和 Applet 中使用 JDBC。
第 6 章:使用 Servlets 實現進階的 Connector/J 功能。
第 7 章:MySQL 類型映射。
第 8 章:使用 Connector/J 的交易和表鎖定。
第 9 章:使用元資料。
第 10 章:使用 Connector/J 的連接池。
第 11 章:使用 MySQL 的 EJB。
第 12 章:為 MySQL 建立通用介面。
第 13 章:資料庫管理。
第 14 章:效能與調整。
附錄 A:MySQL 開發和測試環境。
附錄 B:資料庫和表格。
附錄 C:JDBC API 和 Connector/J。
附錄 D:MySQL 函數和運算子。
附錄 E:Connector/J 的最新補充。
索引。

 
     
     
     
     
    
 
     
     
     
    
