Read e-book online Java Data Objects PDF

By Robin M. Roos

ISBN-10: 0321123808

ISBN-13: 9780321123800

The 1st booklet to introduce JDO, an enhancement for databases with advancements in program portability, functionality and reliability. entire insurance of JDOQL, a brand new question language. CD-ROM incorporated.

Show description

Read Online or Download Java Data Objects PDF

Best object-oriented software design books

Download PDF by Robert A. Maksimchuk: UML for Mere Mortals®

Have to get effects with UML. .. with no pointless complexity or mind-numbing jargon? you wish UML for Mere MortalsR. This easy-to-read advent is ideal for technical pros and company stakeholders alike: an individual who must create, comprehend, or evaluate UML versions, with out changing into a hard-core modeler.

New PDF release: UML and the Unified Process

Unified Modeling Language (UML), Unified method (UP), and different details modeling tools are addressed during this scholarly attention of the research, layout, and improvement of web-based and company functions. the most up-tp-date examine on conceptual, theoretical, and empirical problems with modeling for on-line enterprise and static details is equipped.

Steven Holzner's Objective-C: Visual QuickStart Guide PDF

So much books on Objective-C are quite prosaic, yet i love this book's association, which breaks the beneficial properties of objective-c into great chew dimension thoughts. For the target programming naive developer, this gives a pleasant studying curve for turning into fluent in easy paradigms of Obj-C. i might check with Apple's newest documentation at the evolving complicated positive aspects of Objective-C, which aren't coated to boot by way of Kaplan or Mark.

Software Project Management: A Unified Framework (The - download pdf or read online

Software program undertaking administration provides a brand new administration framework uniquely fitted to the complexities of recent software program improvement. Walker Royce's pragmatic point of view exposes the shortcomings of many well-accepted administration priorities and equips software program execs with cutting-edge wisdom derived from his two decades of profitable from the trenches venture administration adventure.

Extra resources for Java Data Objects

Sample text

Com) and I hope you will find it useful in your own JDO-based projects. 3 Transactions We deal with JDO transactions in detail in Chapter 7, but for now you need to know that a single persistence manager has, at most, one active transaction. As such there is only ever one Transaction object associated with a given persistence manager. It is necessary for the developer to perform begin() and commit() method invocations against this Transaction object. Applications requiring multiple simultaneous independent transactions must obtain a corresponding number of persistence managers from the factory.

However, we have already used two others, namely Transaction and Extent. These standard interfaces, although a comprehensive description of persistence functionality, are not in themselves sufficient to actually implement persistence. What is needed is a set of concrete classes implementing the respective interface definitions, which will undertake persistence operations when invoked to do so. A set of such classes is known as a JDO implementation. JDO implementations are data store-specific. Some work against any JDBCcompliant database.

JDO implementations are data store-specific. Some work against any JDBCcompliant database. Others may work with only a specific relational database in order to exploit potential optimizations. Still others work with certain object databases, file system formats, or provide integration to specific enterprise applications. In some cases a spread of implementations for different data stores may be grouped together under a single product name. A company that markets a JDO implementation is known as a JDO vendor.

Download PDF sample

Java Data Objects by Robin M. Roos


by Michael
4.0

Rated 4.52 of 5 – based on 48 votes