Skip to content

Opening book details…

Can I read Java Data Objects on EtoBox?

Java Data Objects by David Jordan & Craig Russell is a nonfiction available to read on EtoBox.

What is Java Data Objects about?

### Product DescriptionJava Data Objects revolutionizes the way Java developers interact with databases and other datastores. JDO allows you to store and retrieve objects in a way that's natural to Java programmers. Instead of working with JDBC or EJB's container-managed persistence, you work directly with your Java objects. You don't have to copy data to and from database tables or issue SELECTs to perform queries: your JDO implementation takes care of persistence behind-the-scenes, and you make queries based on the fields of your Java objects, using normal Java syntax.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.This book, written by the JDO S

Who reads Java Data Objects?

It is typically read by self-directed learners exploring a subject in depth.

Common subject areas: history, science, philosophy, social sciences.

Author
David Jordan & Craig Russell
Publisher
O'Reilly Media
Published
2003
Language
EN
Category
nonfiction

More by David Jordan & Craig Russell

Browse all works by David Jordan & Craig Russell

Similar books