Java Data Objects Book [PDF] Download

Download the fantastic book titled Java Data Objects written by David Jordan, available in its entirety in both PDF and EPUB formats for online reading. This page includes a concise summary, a preview of the book cover, and detailed information about "Java Data Objects", which was released on 22 April 2003. We suggest perusing the summary before initiating your download. This book is a top selection for enthusiasts of the Computers genre.

Summary of Java Data Objects by David Jordan PDF

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.


Detail About Java Data Objects PDF

  • Author : David Jordan
  • Publisher : "O'Reilly Media, Inc."
  • Genre : Computers
  • Total Pages : 382 pages
  • ISBN : 1491946393
  • PDF File Size : 40,9 Mb
  • Language : English
  • Rating : 4/5 from 21 reviews

Clicking on the GET BOOK button will initiate the downloading process of Java Data Objects by David Jordan. This book is available in ePub and PDF format with a single click unlimited downloads.

GET BOOK

Java Data Objects

Java Data Objects
  • Publisher : "O'Reilly Media, Inc."
  • File Size : 24,8 Mb
  • Release Date : 22 April 2003
GET BOOK

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.

Core Java Data Objects

Core Java Data Objects
  • Publisher : Prentice Hall Professional
  • File Size : 36,6 Mb
  • Release Date : 20 May 2024
GET BOOK

& JDO's transparent persistence will accelerate software development & & Includes practical examples and best practices as well as a full case study & & Written by experienced members of the JDO Expert Group & & The

Data Structures and Other Objects Using Java

Data Structures and Other Objects Using Java
  • Publisher : Addison-Wesley Longman
  • File Size : 41,6 Mb
  • Release Date : 20 May 2024
GET BOOK

Michael Main's gentle approach to data structures and objects has introduced thousands of beginning programmers to foundational data structures using the practical Java language. This Third Edition makes the most

Java Data Objects

Java Data Objects
  • Publisher : Unknown Publisher
  • File Size : 37,8 Mb
  • Release Date : 20 May 2024
GET BOOK

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

Java Data Objects

Java Data Objects
  • Publisher : Addison-Wesley Professional
  • File Size : 50,9 Mb
  • Release Date : 01 January 2003
GET BOOK

CD-ROM contains: JDO implementations.

Object-Oriented Data Structures Using Java

Object-Oriented Data Structures Using Java
  • Publisher : Jones & Bartlett Publishers
  • File Size : 27,9 Mb
  • Release Date : 20 May 2024
GET BOOK

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 essential resource for students learning data

The Object-Oriented Thought Process

The Object-Oriented Thought Process
  • Publisher : Pearson Education
  • File Size : 26,8 Mb
  • Release Date : 25 August 2008
GET BOOK

The Object-Oriented Thought Process Third Edition Matt Weisfeld An introduction to object-oriented concepts for developers looking to master modern application practices. Object-oriented programming (OOP) is the foundation of modern programming

Clean Code

Clean Code
  • Publisher : Pearson Education
  • File Size : 55,8 Mb
  • Release Date : 01 August 2008
GET BOOK

Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because