Loading...
Posts on the
Design Decomposition Blog
Iridium Satellite Collision in Space
You might have seen the recent news reports about the collision between U.S. and Russian communication satellites. The U.S. satellite was one of the Iridium satellites. What wasn’t reported and you probably don’t know is that an object database management system (ODBMS) is an important part of the Iridium system. Even though ODBMSs are a [...]
February 13, 2009
(The Acronym) SOA is (Perhaps) Dead (at Some Companies); Long Live Services
I am now also posting on the Cutter Blog. My initial posting is (The Acronym) SOA is (Perhaps) Dead (at Some Companies); Long Live Services. It is a response to Anne Thomas Manes’ SOA is Dead; Long Live Services on her blog at the Burton Group.
January 9, 2009
Atomicity
The typical definition of an atomic task or process is one that cannot be decomposed further. This is vague and subject to interpretation. The Decomposition Matrix on this site uses a specific definition: A task (for business process diagrams) or a process (for data flow diagrams) is atomic if every input relates to every output [...]
December 3, 2008
Well-Formed Business Process Diagrams
My last posting referenced the criteria for a well-formed business process diagram mentioned in Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. I am going to expand on their criteria to create a more comprehensive definition of a well-formed business process diagram. To start, here are three criteria from [...]
November 18, 2008
Recent Business Process Modeling Books
I recently received two new books on business process modeling. Both books looked interesting because they had great titles. As it turns out, one book is great and the other not so good. The not so good book is Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. There are [...]
October 9, 2008
The Design Decomposition Blog
is written by Doug Barry.
Loading...

The JDO PersistenceManager is the primary interface for JDO-aware application components. It is the factory for the query interface and contains methods for managing the life cycle of persistent instances.

The JDO PersistenceManager interface is designed to support a variety of environments and data sources, from small footprint, real-time embedded systems to large enterprise application servers. It might be a layer on top of a standard Connector implementation such as JDBC or JMS, or itself include connection management and distributed transaction support.

J2EE Connector support is optional. If it is not supported by a JDO implementation, then a constructor for the JDO PersistenceManager or PersistenceManagerFactory is required.

There are three primary environments in which the JDO PersistenceManager is designed to work:

A JDO PersistenceManager instance supports one transaction at a time and uses one connection to the underlying data source at a time. The JDO PersistenceManager instance might use multiple transactions serially, and might use multiple connections serially. Therefore, to support multiple concurrent connection-oriented data sources in an application, multiple JDO PersistenceManager instances are required.

>>
Additional information on the JDO PersistenceManager can be found at the Sun website (new window).

Related content for: JDO PersistenceManager

More on the general topic: Java Data Objects (JDO)

Read more free articles on this site

There are nearly 400 pages of articles on this site with over 40 pages on database concepts and standards.

Search this site for more articles

Custom Search

Browse this site for more articles

Click on the topics below to browse the articles on this site. You can see more detail by clicking on the arrows. This highlights the location of the current article: JDO PersistenceManager.

Loading...

Related recent articles from Google News

"Introduction to Java Platform, Enterprise Edition 6"
System News
Other specific technologies covered in relation to Java EE 6 are Servlet 3.0, JAX-RS 1.1 (JSR 311), EJB 3.1 (JSR 318), Java Persistence API (JPA) 2.0 (JSR ...

28 Jul 2010 at 11:09pm
Für Lehrer, Eltern und Schüler openSUSE 11.3 "Edu Li-fe" steht bereit
tecChannel
Interessierte finden weitere Informationen in der offiziellen Ankündigung. (jdo) Leider haben Sie Javascript deaktiviert, deshalb können die Bildergalerie ...
and more »
19 Jul 2010 at 9:12am
В ИТ-компанию (представительство крупной американской издательской компании ...
ERPNEWS
Опыт работы с Java Web технологиями, уверенное знание Java Web технологий: Servlets, Java Persistence (JPA, Hibernate, JDBC), Spring Framework. ...

28 Jul 2010 at 2:07am
Практическа разработка на софтуерен проект в курс на IPT за разпределени и ...
IDG.bg
От 24 юли 2010 IPT стартира ново издание на курса „Разработка на разпределени и мрежови приложения на Java™“. Курсът се провежда за осемнадесети пореден ...

21 Jul 2010 at 1:11am
More related news on: Java JDO OR "Java Data Objects" OR "Java persistence"

Related books at Amazon.com

Objects, Abstraction, Data Structures and Design: Using Java version 5.0
Objects, Abstraction, Data Structures and Design: Using Java version 5.0
by Elliot B. Koffman, Paul A. T. Wolfgang
Average Customer Review: 4 stars based on 5 reviews.
Customer Review: A reader wrote that, "this book fails to address concurrency issues". But the books title never commits this. It's about teaching data-structures using Java (correctly). And it exactly does this with great success. Although I read it to refresh my knowledge, I enjoyed a lot as I learn the subject first time. It's CS for beginners, bu...
Object-oriented Data Structures Using Java
Object-oriented Data Structures Using Java
by Nell B. Dale
Average Customer Review: 3.5 stars based on 6 reviews.
Customer Review: This seller was very punctual with the shipping and delivery of the book and it was in very good condition like the ad had stipulated. I will recomment him to anyone ST
Data Structures and Other Objects Using Java (3rd Edition)
Data Structures and Other Objects Using Java (3rd Edition)
by Michael Main
Average Customer Review: 4 stars based on 17 reviews.
Customer Review: Even after taking a mid-level CS course where this book was the required text, this book still sits on my bookshelf at work for reference. Why? Well, certainly it is not the most comprehensive book of data structures in existence, nor is it written with a scholarly tone. But, that's the point! Michael Main's writing has the air of a...
More related books: Search Amazon.com for Java Data Objects