Skip to main content
Apress
Book cover

Using and Understanding Java Data Objects

  • Book
  • © 2003

Overview

  • Author is a recognized JDO expert at www.jdocentral.com/index
  • Comes with example programs and learning tools that interact with the JDO implementation selected by the reader
  • Using JDO can reduce dramatically the amount of code that must be written
  • Includes supplementary material: sn.pub/extras

This is a preview of subscription content, log in via an institution to check access.

Access this book

eBook USD 34.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 44.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

Licence this eBook for your library

Institutional subscriptions

Table of contents (11 chapters)

Keywords

About this book

JAVA DATA OBJECfS (JDO) specifies a transparent persistence service for Java objects. The specification describes a general framework for storing and retrieving the per­ sistent state ofJava objects. The JSR-12 expert group defined JDO using the Java Community Process. JDO includes a specification, a reference implementation, and a technology compatibility kit (TCK). All three can be downloaded from the JavaCommunityProcessWebsite (http://W~M.jcp.org/jsr/detail/12.jsp). Anumber of vendors have created implementations of JDO and provide versions of their products that you can download from the Web. URLs to some of these vendors are found near the end of this introduction. Java programmers use tools to make their projects successful. Most applications and server-side components involve moving data between objects in memory and persistent storage. JDO promises to change the way that Java programmers store and retrieve object state. JDO simplifies the application's code, increases the appli­ cation's portability, and helps to separate concerns in the application's design. Compared to existing alternatives, JDO makes persistence easier to understand, easier to model, and easier to code. Who Should Read This Book This book is intended for Java programmers and application architects. It assumes that you know how to program in Java, and it assumes that you want to use JDO and understand how it works. This book emphasizes what you need to know to use JDO effectively.

About the author

David Ezzio wrote his first application, which analyzed French elections, for a college professor in the 1960s. After a detour through philosophy and other pursuits, he has worked with software teams building desktop applications, character recognition software, and Internet-related software. He has worked exclusively with Java since 1997 and is a Sun Certified Java Developer. Dave founded his consulting practice, Yankee Software, in 1988 and helped found MaineJUG in 2001. He is a member of the JDO 1.0 maintenance group. Dave holds a bachelor's degree in mathematical logic from Yale University and a master's degree in philosophy from the University of Chicago. In his free time, Dave hikes, rides his bicycle, reads history, and sails his Laser Tippity. An occasional cook, he currently takes pride in his popovers. He lives in Maine, and you can contact him at dezzio@ysoft.com.

Bibliographic Information

  • Book Title: Using and Understanding Java Data Objects

  • Authors: David Ezzio

  • DOI: https://doi.org/10.1007/978-1-4302-0767-2

  • Publisher: Apress Berkeley, CA

  • eBook Packages: Springer Book Archive

  • Copyright Information: David Ezzio 2003

  • Softcover ISBN: 978-1-59059-043-0Published: 11 June 2003

  • eBook ISBN: 978-1-4302-0767-2Published: 01 January 2008

  • Edition Number: 1

  • Number of Pages: XXIX, 456

  • Number of Illustrations: 36 b/w illustrations

  • Topics: Java, Software Engineering/Programming and Operating Systems

Publish with us