Java Data Objects (JDO)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Presentations
  Tutorials
  

Articles:
  • JDO 2.0 Preview: Java Object Persistence Made Easy by Neelan Choksi   - [Clicks: 59]
    At the JDO 2.0 Specification kickoff meeting earlier this year, the JDO Expert group identified a number of functionalities as critical to the success of Java Data Objects. Find out what these features were and gain an understanding of the value they offer Java developers and JDO customers.
    http://www.devx.com/Java/Article/17804 - Nov, 2003
  • A practical introduction to TriActive JDO by Jeff Gunther   - [Clicks: 26]
    TriActive JDO (TJDO) is a lightweight, open source implementation of Sun's Java Data Objects (JDO) 1.0 specification. With it, developers can use a transparent persistence mechanism with any JDBC-compliant database and any Java object. In this article, Java developer Jeff Gunther provides an introduction to TJDO by demonstrating how a domain model can be persisted to a MySQL database. In addition to illustrating specific implementation details for TJDO, the article reviews the basic concepts and components of the JDO specification.
    [Includes source code]
    http://www-106.ibm.com/developerworks/java/library/j-tjdo/ - Nov, 2003
  • Core JDO Book Review Project by Keiron McCammon, Heiko Bobzin, Sameer Tyagi, Michael Vorburger   - [Clicks: 29]
    http://www.theserverside.com/resources/coreJDOreview.jsp - Sep, 2003
  • JDO 2.0: Lots of changes discussed at the kickoff meeting by Dion Almaer   - [Clicks: 7]
    Well, I want to tell you about the JDO 2.0 kickoff meeting that I was fortunate to be part of last week. Since it wasn't an official JSR meeting (first we need a JSR to be accepted), everything said was public. This is very significant.
    http://www.theserverside.com/resources/article.jsp?l=JDO2-Kickoff - Aug, 2003
  • JDO Architectures by David Jordan, Craig Russell   - [Clicks: 48]
    In this excerpt from Java Data Objects, authors David Jordan and Craig Russell provide a high-level overview of the architectural aspects of JDO, as well as examples of environments in which JDO can be used.
    http://www.onjava.com/pub/a/onjava/excerpt/JDO_chap3/index.html - Jul, 2003
  • JDO Persistence, Part 3 by George Reese   - [Clicks: 44]
    In this week's concluding excerpt on JDO persistence, George covers using JDO as a bean-managed persistence tool.
    http://www.onjava.com/pub/a/onjava/excerpt/chap_07/index3.html - Jul, 2003
  • JDO Persistence, Part 2 by George Reese   - [Clicks: 46]
    In part two this week, George covers JDO persistence best practices for transaction management and query control.
    http://www.onjava.com/pub/a/onjava/excerpt/chap_07/index2.html - Jun, 2003
  • JDO Persistence, Part 1 by George Reese   - [Clicks: 80]
    In this first of three excerpts from Chapter 7 of Java Database Best Practices, author George Reese describes all the available persistence options for Java architects and developers, and provides data to help you choose the persistence option that fits the requirements and scale of your application.
    http://www.onjava.com/pub/a/onjava/excerpt/chap_07/index1.html - Jun, 2003
  • JDO or CMP? by David Jordan, Craig Russell   - [Clicks: 25]
    Here's a brief excerpt from Chapter 17 of our book, Java Data Objects, which summarizes the key trade-offs between using JDO and CMP for your enterprise application.
    http://www.onjava.com/pub/a/onjava/2003/05/21/jdo.html - May, 2003
  • Simplifying Domain Model Persistence in a J2EE application by using JDO by Chris Richardson   - [Clicks: 29]
    This article shows that a domain model that uses JDO as the persistence mechanism can be designed in a way that enables it to be tested outside of the application server and without a database. It is a lot easier to do this with JDO than it is with entity beans using the approach described in my previous article. Furthermore, JDO lets you do 2-tier testing of the domain model against a database, which is extremely useful, and not possible with entity beans.
    [Includes source code]
    http://www.theserverside.com/resources/article.jsp?l=JDODomainModel - Feb, 2003

[Top]

Presentations:
  • Java Data Objects (JDO): What It Is and Why It Matters by Ron Hitchens   - [Clicks: 24]
    JDO is a new standard Java Extension recently finalized by the JCP. This session examines what JDO is (a standardized object persistence API), why it matters (it has the potential to revolutionize Java application design) and how it fits into the big picture (such as how JDO relates to its EJB cousin).
    http://conferences.oreillynet.com/presentations/os2003/hitchens_ron.ppt - Jul, 2003 - (PPT)
  • Using Struts With Java Data Objects by Craig Russell, Craig McClanahan, Amy Roh   - [Clicks: 155]
    Learn how to architect and build scalable, modular Web applications using Struts and Java Data Objects (JDO)
    [JavaOne 2003 - Multimedia format]
    http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3368.pdf - Jun, 2003 - (PDF - 288 Kb)

[Top]

Tutorials:
  • Tutorial of WebApp on JDO & JSP 2.0 by Bin Sun   - [Clicks: 117]
    This tutorial will introduce the development process of a web based database application conforming to the J2EE standard. For the purpose of “simpler, better”, the application will be built on JSP2.0 and take advantage of the currently fast-spreading Java Data Object specification. JSP2.0’s JSP EL can greatly simplify JSP development and hence economize debug time and increase the readability of JSP pages.
    [JDO Genie Implementation]
    http://www.jdocentral.com/BinSun_Tutorial.html - 2003

[Top]