Using and Understanding Java Data Objects

David Ezzio

  • 出版商: Apress
  • 出版日期: 2003-06-11
  • 售價: $1,700
  • 貴賓價: 9.5$1,615
  • 語言: 英文
  • 頁數: 456
  • 裝訂: Paperback
  • ISBN: 1590590430
  • ISBN-13: 9781590590430
  • 相關分類: Java 程式語言
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Using and Understanding Java Data Objects is the programmer's guide to JDO. Adopted by the Java Community Process, Java Data Objects (JDO) specifies a universal and transparent persistence service for Java objects.

JDO reduces the amount of code that application developers write to store and retrieve persistent state. JDO frees application designers and programmers from the details of persistence. As a result, designs can be more object-oriented, programmers can be more productive, and applications can be more robust and flexible.

This book provides you with the insight to evaluate and use JDO. It begins by explaining the concepts and terminology of JDO. It describes in detail the JDO interfaces and classes that you will use to build an application. Throughout, the book probes in depth. It identifies the specification's blemishes so you can avoid relying on behavior that is not defined. It offers coding strategies to solve common problems. It proposes working designs for common application architectures, such as client/server Swing applications, web applications, and five flavors of Enterprise JavaBeans.

The last four chapters provide a tutorial on the JDO Learning Tools, a suite of open source programs that explore JDO and exemplify its use. Using the JDO Learning Tools, you can take a JDO implementation for a test drive and examine the architecture and code of several sample applications. The JDO Learning Tools are available on the Apress Web site and at SourceForge.net http://sourceforge.net/projects/jdo-tools.

Contents

Chapter 1: Basic Concepts in JDO
Chapter 2: Queries
Chapter 3: The Persistence Manager
Chapter 4: Transactions and Caching
Chapter 5: Enhanced Classes and Managed Fields
Chapter 6: Factories That Produce Persistence Managers
Chapter 7: Helpers, Callbacks, and Exceptions
Chapter 8: Using JDO to Learn More
Chapter 9: Using JDO in a Swing Application
Chapter 10: Using JDO in a Web Application
Chapter 11 Using JDO in Enterprise JavaBeans
Glossary
Appendix: Large UML Diagrams