Skip to content

Database Programming with JDBC and Java Developing Multi-Tier Applications

Best in textbook rentals since 2012!

ISBN-10: 1565926161

ISBN-13: 9781565926165

Edition: 2nd 2000

Authors: George Reese, Andy Oram

List price: $49.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

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…    
Customers also bought

Book details

List price: $49.99
Edition: 2nd
Copyright year: 2000
Publisher: O'Reilly Media, Incorporated
Publication date: 9/19/2000
Binding: Paperback
Pages: 354
Size: 7.01" wide x 9.41" long x 0.72" tall
Weight: 1.408
Language: English

Cara Baker, Specialist Registrar atnbsp;University College London#60;/p#62;#60;p#62;James Teo, Specialist Registrar atnbsp;University College London#60;/p#62;#60;p#62;George Reese, Specialist Registrar atnbsp;the Royal Free Hospital,nbsp;London#60;/p#62;

Preface
The JDBC API
Java in the Enterprise
The Enterprise
Java as a Tool for Enterprise Development
The Database
Database Programming with Java
Relational Databases and SQL
What Is a Relational Database?
An Introduction to SQL
A Note on SQL Versions
Introduction to JDBC
What Is JDBC?
Connecting to the Database
Basic Database Access
SQL Datatypes and Java Datatypes
Scrollable Result Sets
The JDBC Support Classes
A Database Servlet
Advanced JDBC
Prepared SQL
Batch Processing
Updatable Result Sets
Advanced Datatypes
Meta-Data
The JDBC Optional Package
Data Sources
Connection Pooling
Rowsets
Distributed Transactions
Applied JDBC
Other Enterprise APIs
Java Naming and Directory Interface
Remote Method Invocation
Object Serialization
Enterprise JavaBeans
Distributed Application Architecture
Architecture
Design Patterns
The Banking Application
Distributed Component Models
Kinds of Distributed Components
Security
Transactions
Lookups and Searches
Entity Relationships
Persistence
Database Transactions
Mementos and Delegates
JDBC Persistence
Searches
The User Interface
Swing at a Glance
Models for Database Applications
Distributed Listeners
Worker Threads
Reference
JDBC Reference
The JDBC Optional Package Reference
Index