Java Data Objects

Java Data Objects
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 388
Release :
ISBN-10 : 9781491946398
ISBN-13 : 1491946393
Rating : 4/5 (98 Downloads)

Book Synopsis Java Data Objects by : David Jordan

Download or read book Java Data Objects written by David Jordan and published by "O'Reilly Media, Inc.". This book was released on 2003-04-22 with total page 388 pages. Available in PDF, EPUB and Kindle. Book excerpt: Java 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 Specification Lead and one of the key contributors to the JDO Specification, is the definitive work on the JDO API. It gives you a thorough introduction to JDO, starting with a simple application that demonstrates many of JDO's capabilities. It shows you how to make classes persistent, how JDO maps persistent classes to the database, how to configure JDO at runtime, how to perform transactions, and how to make queries. More advanced chapters cover optional features such as nontransactional access and optimistic transactions. The book concludes by discussing the use of JDO in web applications and J2EE environments. Whether you only want to read up on an interesting new technology, or are seriously considering an alternative to JDBC or EJB CMP, you'll find that this book is essential. It provides by far the most authoritative and complete coverage available.


Java Data Objects Related Books

Java Data Objects
Language: en
Pages: 388
Authors: David Jordan
Categories: Computers
Type: BOOK - Published: 2003-04-22 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Java Data Objects revolutionizes the way Java developers interact with databases and other datastores. JDO allows you to store and retrieve objects in a way tha
Java Data Objects
Language: en
Pages: 244
Authors: Robin M. Roos
Categories: Computers
Type: BOOK - Published: 2003-01 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

CD-ROM contains: JDO implementations.
Object-Oriented Data Structures Using Java
Language: en
Pages: 823
Authors: Nell Dale
Categories: Computers
Type: BOOK - Published: 2012 - Publisher: Jones & Bartlett Publishers

DOWNLOAD EBOOK

Continuing the success of the popular second edition, the updated and revised Object-Oriented Data Structures Using Java, Third Edition is sure to be an essenti
Java Data Objects
Language: en
Pages: 0
Authors: David Jordan
Categories: Java (Computer program language)
Type: BOOK - Published: 2003 - Publisher:

DOWNLOAD EBOOK

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 yo
Using and Understanding Java Data Objects
Language: en
Pages: 444
Authors: David Ezzio
Categories: Computers
Type: BOOK - Published: 2008-01-01 - Publisher: Apress

DOWNLOAD EBOOK

This is a practical guide to the features and uses of JDO, with example programs and learning tools provided.