Thursday, May 29, 2008

Expert Oracle JDBC Programming

JDBC is the most commonly used in the Java API to access and manipulate data in a database. Oracle is one of the most popular and scalable databases in the world. This book is a must for any developer to build an application that uses JDBC on the Oracle database. Unlike other books JDBC, this book was written to complement not rehash the contents of Oracle JDBC documentation and specifications JDBC.

The book teaches you not only how to write code JDBC, but how to write effective code JDBC in a step-by-step fashion. This book does not assume any prior knowledge of JDBC unless it requires a basic knowledge of SQL and PL / SQL. It covers JDBC with a focus on writing high performance, scalable and secure applications for Oracle 9i and 10g. The use of this book, you learn, among other things:

How effectively request, INSERT, UPDATE and DELETE data using JDBC

How to exploit the knowledge of Oracle fundamental in creating applications

What levels of transaction isolation, which supports those of Oracle and how to write your transactions effectively on Oracle

How to use proxy authentication to make your programs more secure

How to use Oracle objects and collections effectively in your applications

How to deal with the phenomenon of "loss of updates" using alternative optimistic and pessimistic locking strageties

How to exploit statement caching and connection pool to increase performance and scalability of your application

Download Expert Oracle JDBC Programming

No comments: