Book description
Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not.
This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible and offers a robust model for writing applications that are easy to maintain. It introduces the JDBC and RMI packages and uses them to develop three-tier applications (applications divided into a user interface, an object-oriented logic component, and an information store).
The book begins with a quick overview of SQL for developers who may be asked to handle a database for the first time. It then explains how to issue database queries and updates through SQL and JDBC. It also covers the use of stored procedures and other measures to improve efficiency, where these are available.
But the book's key contribution is a set of patterns that let developers isolate critical tasks like object creation, information storage and retrieval, and the committing or aborting of transactions.
The second edition includes more basics of JDBC and SQL, with more examples, and a deeper discussion about the architecture of a robust, maintainable database application. The second edition also explains the relationship between JDBC and Enterprise JavaBeans.
Publisher resources
Table of contents
-
Database Programming with JDBC and Java, 2nd Edition
- Preface
-
I. The JDBC API
- 1. Java in the Enterprise
- 2. Relational Databases and SQL
- 3. Introduction to JDBC
- 4. Advanced JDBC
- 5. The JDBC Optional Package
-
II. Applied JDBC
- 6. Other Enterprise APIs
- 7. Distributed Application Architecture
- 8. Distributed Component Models
- 9. Persistence
- 10. The User Interface
- III. Reference
- Index
- Colophon
Product information
- Title: Database Programming with JDBC & Java, Second Edition
- Author(s):
- Release date: August 2000
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781565926165
You might also like
book
Java Programming with Oracle JDBC
JDBC is the key Java technology for relational database access. Oracle is arguably the most widely …
book
Expert Oracle JDBC Programming
JDBC is the most commonly used API in Java to access and manipulate data in a …
book
Java Persistence with Hibernate, Second Edition
Java Persistence with Hibernate, Second Edition explores Hibernate by developing an application that ties together hundreds …
video
Java Concurrency, 2/e
9+ Hours of Video Instruction Java Concurrency LiveLessons, Second Edition teaches you how to develop high-quality …