Java Data Objects
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
Book Info:
Published in 2003
Published by O'Reilly
Author David Jordan
ISBN 0596002769 Size 4.98MB
Download link:
http://e-books.amagrammer.net/Java/Java%20Data%20Objects.pdf
[Fast Download] Java Data Objects
Pairing Apache Shiro and Java EE 7
Java Transaction Design Strategies
Learning JavaFX by Example
Introducing Java 8
Java: The Legend
Modern Java: The Big Picture
Eloquent Javascript: A Modern Introduction to Programming, 3rd Edition
Raspberry Pi with Java: Programming the Internet of Things (IoT) (Oracle Press) (Programming & Web D
Eclipse in Action: A Guide for the Java Developer by Robert McGovern
Pro JavaFX 9: A Definitive Guide to Building Desktop, Mobile, and Embedded Java Clients, Fourth Edit
Introduction to Java Programming, Comprehensive (8th Edition)
Java Programming: The Easy Way
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
A Textbook of Java Programming(2932)
Java 11 Cookbook - Second Edition(2917)
Programming 101: The How and Why of Progra(2738)
Udemy: Build a Blockchain and a Cryptocurr(2582)
Java Projects(2558)
Java, Java, Java: Object-Oriented Problem (2362)
Introduction to Java Programming, Brief Ve(2347)
Java For Dummies, 7th Edition(2285)
Java For Beginners: The Complete Guide To (2254)
Algorithmic Problems in Java [2018](2170)
Java? Notes for Professionals(2170)
Java for Beginners 2018(2128)
Hands-On Artificial Intelligence with Java(2017)
Core Java Volume I--Fundamentals, 1, 11th (1963)
