Đang chuẩn bị liên kết để tải về tài liệu:
Java Database Programming Bible- P1
Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Java Database Programming Bible- P1: Welcome to Java Database Programming Bible. This book is for readers who are already familiar with Java, and who want to know more about working with databases. The JDBC Application Programming Interface has made database programming an important aspect of Java development, particularly where Web applications are concerned. | Table of Contents Java Database Programming Bible by John O Donahue ISBN 0764549243 John Wiley Sons 2002 702 pages Packed with lucid explanations and lots of real-world examples this comprehensive guide gives you everything you need to master Java database programming techniques. Companion Web Site Table of Contents Java Database Programming Bible Preface 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 withJDBC and SQL Chapter 6 - Inserting Updating and Deleting Data Chapter 7 - Retrieving Data withSQL 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 Team-Fly Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark. Table of Contents 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 List of