Skip to content

Java Database Best Practices Persistence Models and Techniques for Java Database Programming

Best in textbook rentals since 2012!

ISBN-10: 0596005229

ISBN-13: 9780596005221

Edition: 2003

Authors: George Reese, Brett McLaughlin

List price: $39.95
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!

When creating complex Java enterprise applications, do you spend a lot of time thumbing through a myriad of books and other resources searching for what you hope will be the API that's right for the project at hand? "Java Database Best Practices rescues you from having to wade through books on each of the various APIs before figuring out which method to use! This comprehensive guide introduces each of the dominant APIs (Enterprise JavaBeans, Java Data Objects, the Java Database Connectivity API (JDBC) as well as other, lesser-known options), explores the methodology and design components that use those APIs, and then offers practices most appropriate for different types and makes of…    
Customers also bought

Book details

List price: $39.95
Copyright year: 2003
Publisher: O'Reilly Media, Incorporated
Publication date: 6/3/2003
Binding: Paperback
Pages: 286
Size: 7.01" wide x 9.13" long x 0.83" tall
Weight: 0.990

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
Data Architecture
Elements of Database Applications
Database Application Architectures
Component Models
Persistence Models
Relational Data Architecture
Relational Concepts
Modeling
Normalization
Denormalization
Object-Relational Mapping
Transaction Management
Transactions
Concurrency
JDBC Transaction Management
Transaction Management Paradigms
Persistence Models
Persistence Fundamentals
Patterns of Persistence
A Guest Book Application
EJB CMP
Which CMP Model to Use?
The EJB 1.0 CMP Model
The EJB 2.0 CMP Model
Beyond CMP
EJB BMP
EJBs Revisited
BMP Patterns
State Management
Exception Handling
JDO Persistence
JDO or EJB?
Basic JDO Persistence
EJB BMP with JDO
Alternative Persistence Frameworks
Why Alternative Frameworks?
Persistence Approach
Persistence Operations
Searches
Beyond the Basics
Tutorials
J2EE Basics
The Platform
Java Naming and Directory Interface
JavaServer Pages
Remote Method Invocation
Enterprise JavaBeans
SQL
Background
Database Creation
Table Management
Data Management
JDBC
Architecture
Simple Database Access
Advanced JDBC
JDO
Architecture
Enhancement
Queries
Changes
Transactions
Inheritance
Index