From: Kathryn Barrett <kathrynb@oreilly.com>
Subject: "Java Data Objects" Released by O'Reilly
Date: Sun, 22 Jun 2003 23:22:20 GMT
Storing Java Objects with Ease
O'Reilly Releases "Java Data Objects"
Sebastopol, CA--Java Data Objects, or JDO, allows Java developers to
manage data without any specialized knowledge of the underlying
database software or database query languages. The idea behind JDO is
to provide database persistence in Java in a way that is both
convenient and natural for Java programmers. For instance, programmers
don't need to learn SQL, don't need to tediously copy data into and out
of Java objects using JDBC calls, and can use Java classes, fields, and
references in a way that is natural--without a lot of extra method
calls and coding. Programmers can even write queries using Java
predicates instead of SQL. In short, they just write Java; the
persistence part is automatic. Although JDO is relatively new, many
development organizations have already discovered its simplicity and
utility. "Java Data Objects" by David Jordan, a key contributor to JDO,
and Craig Russell, the Specification Lead for JDO, (O'Reilly, US
$39.95), is the definitive work on this important new Java API.
"Java Data Objects let a developer apply the object paradigm and focus
on designing a single information model in the form of a Java object
model, using all the object-oriented capabilities provided by the Java
language," explains coauthor Jordan. "They can store these object
models in a wide variety of databases with transactional access. They
can use a query language that is based on their Java object model and
uses Java operators and syntax. No other persistence technology
provides this, including serialization, Java DataBase Connectivity
(JDBC), and Enterprise JavaBeans Container Managed Persistence (EJB
CMP).
"Applications can access and navigate to objects in the database
without even having to make explicit calls to JDO interfaces," Jordan
adds. "A JDO implementation gives the illusion that all the objects
that the application needs are in memory. It brings them in from the
database as needed, automatically marks them as updated, and assumes
control of mapping all the updates to objects and their
interrelationships back to the database. A major task of developing
applications is the migration of data between its in-memory
representation and its storage representation. With JDO this is no
longer necessary. So it substantially reduces the costs of developing
applications."
"Java Data Objects" provides a thorough introduction to JDO, starting
with a simple application that demonstrates many of JDO's capabilities.
The authors introduce JDO's interfaces, discuss class enhancement and
JDO's optional features, and familiarize readers with JDO
architectures. The next part of the book deals with object modeling,
schema design, and aspects of the JDO development process.
Once the basics have been covered, the authors guide readers through
the process of establishing a JDO runtime environment, which includes
connecting to a datastore and issuing transactions. In subsequent
chapters, they cover aspects of using JDO to store, access, and query
instances in the datastore. More advanced chapters cover optional
features such as nontransactional access and optimistic transactions.
"Java Data Objects" concludes with a discussion of the use of JDO in
web applications and J2EE environments.
JDO makes application development simpler and much faster, and "Java
Data Objects" provides the most authoritative and complete coverage of
this interesting new technology. This book is a must for enterprise
developers using Java, or any Java developer who writes applications to
access databases.
Additional Resources:
Chapter 1, "An Initial Tour," is available free online at:
http://www.oreilly.com/catalog/jvadtaobj/chapter/index.html
For more information about the book, including Table of Contents,
index, author bios, and samples, see:
http://www.oreilly.com/catalog/jvadtaobj/
For a cover graphic in JPEG format, go to:
ftp://ftp.ora.com/pub/graphics/book_covers/hi-res/0596002769.jpg
Java Data Objects
David Jordan, Craig Russell
ISBN 0-596-00276-9, 356 pages, $39.95 (US), $61.95 (CAN), 28.50 (UK)
order@oreilly.com
1-800-998-9938
1-707-827-7000
http://www.oreilly.com
About O'Reilly
O'Reilly & Associates is the premier information source for
leading-edge computer technologies. The company's books, conferences,
and web sites bring to light the knowledge of technology innovators.
O'Reilly books, known for the animals on their covers, occupy a
treasured place on the shelves of the developers building the next
generation of software. O'Reilly conferences and summits bring alpha
geeks and forward-thinking business leaders together to shape the
revolutionary ideas that spark new industries. From the Internet to
XML, open source, .NET, Java, and web services, O'Reilly puts
technologies on the map. For more information: http://www.oreilly.com
# # #
O'Reilly is a registered trademark of O'Reilly & Associates, Inc. All
other trademarks are property of their respective owners.
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Add your comments