blob: 63b78b714941caac1c760a3ea7d0fb040ff5fc67 [file] [log] [blame]
<?xml version="1.0"?>
<!-- $Id: welcome.xml,v 1.5 2004/02/29 05:58:11 antonio Exp $-->
<samples>
<group name="Using JDO 1.01">
<sample name="Back" href="..">to Cocoon examples main page</sample><br/>
<p>To use the demo you need to download JDO from Sun's website.</p>
<note>
The Java Data Objects (JDO) API is a standard interface-based Java model
abstraction of persistence, developed as Java Specification Request 12.
Application programmers use JDO to directly store their Java domain model
instances into the persistent store (database). Uses Java Data Object Query Language (JDOQL).
</note>
<sample name="XSP" href="jdo/xspdemo">Sample using JDO in a XSP page.</sample>
<sample name="Woody" href="jdo/woody/employee">Sample using JDO with Woody Binding.</sample>
</group>
<group name="Using ODMG 3.0 (To be done)">
<note>
Object Data Management Group (ODMG) 3 standard for binding databases.
Uses Object Query Language (OQL). ODMG has been superceded by JDO.
</note>
<sample name="XSP" href="odmg/xspdemo">Sample using JDO in a XSP page.</sample>
<sample name="Woody" href="">Sample using Woody binding. To be done.</sample>
</group>
<group name="Using Persistence Broker (To be done)">
<note>Low-level API that can be used directly by applications that don't need full fledged object level transactions.</note>
<sample name="XSP" href="">Sample using JDO in a XSP page. To be done.</sample>
<sample name="Woody" href="">Sample using Woody binding. To be done.</sample>
<sample name="JXForm" href="">Sample using JXForms. To be done.</sample>
</group>
<group name="OJB Documentation">
<note>
OJB block allows the use of the Apache OJB project into Cocoon.
OJB block is still alpha software and under active development.
Your feedback is very much welcome on the Cocoon mailing lists.
</note>
<sample name="Apache OJB website" href="http://db.apache.org/ojb/">Apache OJB project</sample>
<sample name="Using JDO Tutorial" href="http://db.apache.org/ojb/tutorial4.html">How to use OJB with JDO</sample>
<sample name="Using ODMG Tutorial" href="http://db.apache.org/ojb/odmg-tutorial.html">How to use ODMG with OJB</sample>
<sample name="Using Persistence Broker Tutorial" href="http://db.apache.org/ojb/pb-tutorial.html">How to use the OJB's Persitence Broker</sample>
</group>
<group name="Other Links">
<note>Additional link to database access technologies</note>
<sample name="JDO Website" href="http://java.sun.com/products/jdo/">JDO website</sample>
<sample name="JDO Central" href="http://www.jdocentral.com/">JDO community website</sample>
<sample name="ODMG Website" href="http://www.odmg.org/">ODMG website</sample>
<sample name="JDO Cocoon Wiki Documentation" href="http://wiki.cocoondev.org/Wiki.jsp?page=OJB">
Notes of a first experiment using OJB with Cocoon.</sample>
</group>
</samples>