Java Database Best Practices

Specificaties
Paperback, 286 blz. | Engels
John Wiley & Sons | e druk, 2003
ISBN13: 9780596005221
Rubricering
Juridisch :
John Wiley & Sons e druk, 2003 9780596005221
Verwachte levertijd ongeveer 9 werkdagen

Samenvatting

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 handJava 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 databases, as well as different types of applications.Java Database Practices also examines database design, from table and database architecture to normalization, and offers a number of best practices for handling these tasks as well. Learn how to move through the various forms of normalization, understand when to denormalize, and even get detailed instructions on optimizing your SQL queries to make the best use of your database structure. Through it all, this book focuses on practical application of these techniques, giving you information that can immediately be applied to your own enterprise projects.Enterprise applications in today's world are about data-- whether it be information about a product to buy, a user's credit card information, or the color that a customer prefers for their auto purchases. And just as data has grown in importance, the task of accessing that data has grown in complexity. Until now, you have been left on your own to determine which model best suits your application, and how best to use your chosen API. Java Database Practices is the one stop reference book to help you determine what's appropriate for your specific project at hand. Whether it's choosing between an alphabet soup of APIs and technologies--EJB, JDO, JDBC, SQL, RDBMS, OODBMS, and more on the horizon, this book is an indispensable resource you can't do without.

Specificaties

ISBN13:9780596005221
Taal:Engels
Bindwijze:paperback
Aantal pagina's:286

Inhoudsopgave

Dedication;
Preface;
Audience;
Organization of This Book;
Conventions Used in This Book;
Comments and Questions;
About the Philosophers;
Acknowledgments;
Data Architecture;
Chapter 1: Elements of Database Applications;
1.1 Database Application Architectures;
1.2 Component Models;
1.3 Persistence Models;
Chapter 2: Relational Data Architecture;
2.1 Relational Concepts;
2.2 Modeling;
2.3 Normalization;
2.4 Denormalization;
2.5 Object-Relational Mapping;
Chapter 3: Transaction Management;
3.1 Transactions;
3.2 Concurrency;
3.3 JDBC Transaction Management;
3.4 Transaction Management Paradigms;
Persistence Models;
Chapter 4: Persistence Fundamentals;
4.1 Patterns of Persistence;
4.2 A Guest Book Application;
Chapter 5: EJB CMP;
5.1 Which CMP Model to Use?;
5.2 The EJB 1.0 CMP Model;
5.3 The EJB 2.0 CMP Model;
5.4 Beyond CMP;
Chapter 6: EJB BMP;
6.1 EJBs Revisited;
6.2 BMP Patterns;
6.3 State Management;
6.4 Exception Handling;
Chapter 7: JDO Persistence;
7.1 JDO or EJB?;
7.2 Basic JDO Persistence;
7.3 EJB BMP with JDO;
Chapter 8: Alternative Persistence Frameworks;
8.1 Why Alternative Frameworks?;
8.2 Persistence Approach;
8.3 Persistence Operations;
8.4 Searches;
8.5 Beyond the Basics;
Tutorials;
Chapter 9: J2EE Basics;
9.1 The Platform;
9.2 Java Naming and Directory Interface;
9.3 JavaServer Pages;
9.4 Remote Method Invocation;
9.5 Enterprise JavaBeans;
Chapter 10: SQL;
10.1 Background;
10.2 Database Creation;
10.3 Table Management;
10.4 Data Management;
Chapter 11: JDBC;
11.1 Architecture;
11.2 Simple Database Access;
11.3 Advanced JDBC;
Chapter 12: JDO;
12.1 Architecture;
12.2 Enhancement;
12.3 Queries;
12.4 Changes;
12.5 Transactions;
12.6 Inheritance;
Colophon;

Net verschenen

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Java Database Best Practices