6 of 6 people found the following review helpful:
5.0 out of 5 stars
Easy to understand and detailed information!, 25 Jun 2004
By M.S. "mtin" - Published on Amazon.com
This review is from: Java Data Objects (Paperback)
This book is definitely the best on java data objects! i have read the one from prentice hall and addison wesley`s. its true that the first code example doesnt work, what is a shame but if you overcome your frustration and have a look at the oreilly website you can fond the correct and again detailed information (and even reason) to get it done. short cut to the correctings is : http://examples.oreilly.com/jvadtaobj/README.txt .
9 of 11 people found the following review helpful:
2.0 out of 5 stars
Don't buy this book - and let me tell you why, 19 Nov 2004
By Dorian Gray - Published on Amazon.com
This review is from: Java Data Objects (Paperback)
I was expecting something better from the JSR lead for JDO.
Before you buy this book, go to oreilly website for this book and go through the Chapter 1 available online. That chapter could have been fit in half as many pages without loss of information.
Now refer to the errata and README available on the oreilly website, download the JDO reference implementation and see if you can run the examples.
The examples don't work even if you follow the directions from the errata and README.
By now you would have wasted a few valuable hours.
If the Chapter 1 "An Initial Tour" is a waste of time, there is no reason to expect something better in the rest of the book.
So the books sucks, but you want to learn JDO! What can you do?
Download an evaluation edition of Kodo JDO from Solarmetric. Install it and you will get a JDO Developers Guide. Go through that. It is significantly better than this book. While you are at it, you can play with Kodo and get a feel for a real implementation of JDO, rather than Sun's reference implementation.
9 of 11 people found the following review helpful:
5.0 out of 5 stars
This is an excellent book about Java Data Objects(JDO)!, 29 April 2003
By Michael Bouschen - Published on Amazon.com
This review is from: Java Data Objects (Paperback)
Java Data Objects by David Jordan and Craig Russell succeeds in giving a good introduction to JDO and providing a very good overview of the standard. The book covers all the relevant aspects of managing persistent Java objects, such as creating and deleting persistent objects, identity, queries, and transaction handling.
More importantly, the authors describe how to use JDO in practice, meaning how to use JDO to write a Java application that accesses persistent data transparently. There are lots of detailed, but easy to understand code examples explaining the concepts of JDO. I like the idea that the entire book uses a single application scenario. The source code is included in the appendix.
The descriptions do not depend on a particular JDO implementation. Instead, it focuses on how to write an application in a manner that is portable among different JDO implementations. Where necessary, it explains JDO's optional features and areas where JDO implementations may differ. JDO does not specify a standard for the mapping of persistent classes to specific datastores; but this is an important aspect of developing an application with JDO. There is a chapter about datastore mappings, with the focus on relational databases.
There are chapters about defining persistent classes, enhancing them, and setting up the JDO runtime environment. It is easy to transfer the provided examples to your own application environment. I like the chapter on JDOQL; it provides a good and in-depth description of the JDO query language. There are extra chapters about the identity and lifecycle of persistent instances, as well as nontransactional access of persistent data. The last two chapters describe how JDO integrates into web- and application-server environment, especially J2EE application servers.