Register your product to gain access to bonus material or receive a coupon.
Java Database Development with Oracle is a hands-on book for Java developers who want to learn how use Oracle and integrate it with their Java applications. It assumes an intermediate knowledge of Java and no knowledge of Oracle. This book is segmented into three parts. Part One begins by investigating how and why databases relate to object-oriented programming with Java. Introductory chapters on the Oracle database, SQL and other Oracle features, including its object-relational support, lay the groundwork for the chapters that follow. Part Two presents thorough coverage of the essential Java technologies for database programming, with chapters on SQLJ, JDBC and JDO (Java Data Objects). Part Three takes a higher-level view of application architecture and considers the role of Oracle in enterprise applications, particularly with regard to EJB (Enterprise Java Beans) and the J2EE framework.
As an aid to your work with Java Oracle Database Development, we are making available for download the source code for all significant examples from the book (ZIP archive).
Preface.
1. Java, Databases, and Oracle.
The Right Tool at the Right Time. Types of Databases. Oracle and Java.
Tables, Columns, and Rows. Oracle Datatypes. Designing a Database.
Data Definition Language. Data Manipulation Language. SQL Functions. Transactions.
Aggregate Functions, GROUP BY and HAVING. Putting Data in Order. Combining Data from Different Tables. Subqueries. Views.
Getting Started with PL/SQL. Basic PL/SQL Language Elements. Program Elements. Java Stored Procedures.
Object Types. Inheritance and Object Evolution in Oracle 9i.
SQLJ Statements and the SQLJ Translator.
Connecting to the Database. Executing SQL Statements. Executing SQL Queries. Large Objects—BLOBs and CLOBs.
Connection Options. JDBC Driver Types. Using DataSource Instead of DriverManager. Scrollable, Sensitive, Updateable ResultSets. RowSets. Using Oracle Object-Relational Features with JDBC.
A J2EE Overview. Designing a J2EE Application. The Oracle Containers for J2EE, OC4J. Deploying the Web Application. EJBs and Web Applications.
The EJB Distributed Object Model. Introduction to Bean Building: A Stateless Session Bean. Debugging with Jdeveloper. Packaging and Deploying the EJB—Overview. Session Beans, Value Objects, and Data Access Objects. A Bean-Managed Persistent Entity Bean. The Sample Client Application.
Java Data Objects. Class Relationships and Persistence.