View Review Details


Book:   Java Programming with Oracle JDBC
Subject:   Java Programming with Oracle JDBC Review
Date:   2002-02-21 12:16:22
From:   Ajith Kallambella
Rating:  StarStarStarStarStar

An excellent coverage of Oracle's implementation of JDBC, this book beats your expectations


Meet the middle ground where the strengths of Java and Oracle work in synergy - the JDBC. Whether making simple database connections or using the Oracle 8i's sophisticated object-relational features, the authors peel the onion very well with detailed information and cleverly written examples. After a brief overview of JDBC, several different types of database clients are discussed in detail - the applets, the Servlets, the Server side internal drivers and those managed by J2EE using JNDI and connection pooling.


A whole section is dedicated to modes of interaction between Java programs and the JDBC API such as using cursors, submitting prepared statements and ResultSet manipulation. A great deal of good advice is offered to help you choose between the options. The chapter on Object-Relational SQL covers broad ground on both Weakly Typed Object SQL and Strongly Typed Object SQL.


Enterprise essentials such as Security, locking, transaction management supports for data encryption and SSL issues, performance tuning and testing strategies - are addressed in detail. This book is treasure trove if newer feats of Oracle are of Interest to you. I found immediate application for features such as creating object tables and column objects based on user-defined data types, support for really big streaming data types such as BFILEs and LONG RAW and batch processing for my project.


Overall, this book has everything you need to learn, know and master in order to leverage the essential two great technologies - JDBC and Oracle. Every serious Java developer should have it at arms reach.



See larger cover