Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 98743 invoked from network); 2 Oct 2007 19:59:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 19:59:36 -0000 Received: (qmail 49592 invoked by uid 500); 2 Oct 2007 19:59:25 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 49581 invoked by uid 99); 2 Oct 2007 19:59:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 12:59:25 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 19:59:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2E4311A984A; Tue, 2 Oct 2007 12:59:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r581368 [4/4] - in /db/jdo/site: docs/ docs/articles/ docs/releases/ docs/tutorials/ xdocs/ Date: Tue, 02 Oct 2007 19:59:04 -0000 To: jdo-commits@db.apache.org From: andyj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071002195915.2E4311A984A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: db/jdo/site/docs/tutorials.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/tutorials.html?rev=581368&view=auto ============================================================================== --- db/jdo/site/docs/tutorials.html (added) +++ db/jdo/site/docs/tutorials.html Tue Oct 2 12:59:02 2007 @@ -0,0 +1,9 @@ +Java Data Objects (JDO) - JDO Tutorials

Tutorials

+ This section provides simple tutorials of typical processes to guide your way through adoption of JDO. + If you would like to contribute a tutorial, please get involved on our mailing list. +


\ No newline at end of file Modified: db/jdo/site/docs/tutorials/replication.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/tutorials/replication.html?rev=581368&r1=581367&r2=581368&view=diff ============================================================================== --- db/jdo/site/docs/tutorials/replication.html (original) +++ db/jdo/site/docs/tutorials/replication.html Tue Oct 2 12:59:02 2007 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - Tutorial : Datastore Replication

Data Replication

+ @import url("../style/maven-theme.css");

Data Replication

There are times when you need to replicate data between datastores. In many cases datastores themselves provide a means of doing this, however if you want to avoid using datastore-specific functionality you can utilise JDO to perform this task. JDO2 allows replication by use of detach/attach functionality. We demonstrate this with an example Modified: db/jdo/site/docs/why_jdo.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/why_jdo.html?rev=581368&r1=581367&r2=581368&view=diff ============================================================================== --- db/jdo/site/docs/why_jdo.html (original) +++ db/jdo/site/docs/why_jdo.html Tue Oct 2 12:59:02 2007 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - Why JDO ?

Why JDO ?

+ @import url("./style/maven-theme.css");

Why JDO ?

The majority of applications need to persist (or store) data during their lifecycle. There are many ways of doing this with an application written in Java.

Added: db/jdo/site/xdocs/articles.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/articles.xml?rev=581368&view=auto ============================================================================== --- db/jdo/site/xdocs/articles.xml (added) +++ db/jdo/site/xdocs/articles.xml Tue Oct 2 12:59:02 2007 @@ -0,0 +1,13 @@ + + + + JDO Articles + + +

+

+ This section provides references to articles about JDO on various websites. +

+
+ + Added: db/jdo/site/xdocs/metadata.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/metadata.xml?rev=581368&view=auto ============================================================================== --- db/jdo/site/xdocs/metadata.xml (added) +++ db/jdo/site/xdocs/metadata.xml Tue Oct 2 12:59:02 2007 @@ -0,0 +1,14 @@ + + + + JDO MetaData + + +
+

+ JDO 1.0 and JDO 2.0 support specification of persistence using XML MetaData. + JDO 2.1 adds on the ability to specify persistence using Java5 annotations. +

+
+ +
Modified: db/jdo/site/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/navigation.xml?rev=581368&r1=581367&r2=581368&view=diff ============================================================================== --- db/jdo/site/xdocs/navigation.xml (original) +++ db/jdo/site/xdocs/navigation.xml Tue Oct 2 12:59:02 2007 @@ -9,27 +9,33 @@ - + - + + + + + + - - - - - + + + + + + + + + + + - - - - - Added: db/jdo/site/xdocs/tutorials.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/tutorials.xml?rev=581368&view=auto ============================================================================== --- db/jdo/site/xdocs/tutorials.xml (added) +++ db/jdo/site/xdocs/tutorials.xml Tue Oct 2 12:59:02 2007 @@ -0,0 +1,14 @@ + + + + JDO Tutorials + + +
+

+ This section provides simple tutorials of typical processes to guide your way through adoption of JDO. + If you would like to contribute a tutorial, please get involved on our mailing list. +

+
+ +