Java Data Objects
Download Java Data Objects PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Java Data Objects book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Java Data Objects
The result is software that is truly object-oriented: not code that is partially object-oriented, with a large database-shaped lump on the back end. JDO lets you save plain, ordinary Java objects, and does not force you to use different data models and types for dealing with storage. As a result, your code becomes easier to maintain, easier to re-use, and easier to test. And you're not tied to a specific database vendor: your JDO code is entirely database-independent. You don't even need to know whether the datastore is a relational database, an object database, or just a set of files.
Java Data Objects
Author: David Jordan
language: en
Publisher: "O'Reilly Media, Inc."
Release Date: 2003-04-22
This is a definitive guide to JDO API. It provides a thorough introduction to JDO (Java Data Objects), starting with a simple application that demonstrates many of JDO's capabilities. It shows the reader how to make classes persistent, how to configure JDO at runtime, how to make queries and more.