<pre>
Author/s : Donald K. Bales, Don Bales
Publisher : O'Reilly & Associates
Category : J2EE & Distributed Computing
Review by : Ajith Kallambella
Rating : 9 horseshoes</pre>
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 traditional uses of JDBC API such as cursors, submitting prepared statements and ResultSet manipulation. 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 BFILEs and LONG RAW data types 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 this at arms reach.
More info at Amazon.com More info at Amazon.co.uk More info at FatBrain.com