Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 15162 invoked from network); 30 Oct 2010 16:06:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 16:06:09 -0000 Received: (qmail 24297 invoked by uid 500); 30 Oct 2010 16:06:09 -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 24289 invoked by uid 99); 30 Oct 2010 16:06:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 16:06:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 16:05:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6832E2388A1C; Sat, 30 Oct 2010 16:04:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1029106 [3/6] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Sat, 30 Oct 2010 16:04:58 -0000 To: jdo-commits@db.apache.org From: andyj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101030160459.6832E2388A1C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: db/jdo/site/docs/jdo_v_jpa_api.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdo_v_jpa_api.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/jdo_v_jpa_api.html (original) +++ db/jdo/site/docs/jdo_v_jpa_api.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO .v. JPA : API

JDO .v. JPA : API

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

< a name="JDO__v__JPA_:_API">

JDO .v. JPA : API

The two persistence standards in Java have very similar API's on the face of it. Here we give a comparison of the method calls and their equivalent in the other API. Modified: db/jdo/site/docs/jdo_v_jpa_orm.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdo_v_jpa_orm.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/jdo_v_jpa_orm.html (original) +++ db/jdo/site/docs/jdo_v_jpa_orm.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO .v. JPA : Object/Relational Mapping

Which ORM specification ?

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

< a name="Which_ORM_specification__">

Which ORM specification ?

There are 2 prevalent specification in the Java ORM world. JDO provides the most complete definition, whilst JPA is the most recent.

Relationships

Modified: db/jdo/site/docs/jdocentral.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdocentral.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/jdocentral.html (original) +++ db/jdo/site/docs/jdocentral.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - Home

JDOCentral at Apache JDO

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

< div class="contentBox">

JDOCentral at Apache JDO

Welcome to the new home of JDOCentral!

JDOCentral was a privately maintained site. Modified: db/jdo/site/docs/jdohelper.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdohelper.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/jdohelper.html (original) +++ db/jdo/site/docs/jdohelper.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDOHelper

JDOHelper

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

JDOHelper

JDO provides a standard utility that gives access to useful parts of the JDO persistence process. This is known as JDOHelper (javax.jdo.JDOHelper) Modified: db/jdo/site/docs/jdoql.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/jdoql.html (original) +++ db/jdo/site/docs/jdoql.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDOQL

JDOQL

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

JDOQL

JDO defines ways of querying objects persisted into the datastore. It provides its own object-based query language (JDOQL). JDOQL is designed as the Java developers way of having the power of SQL queries, yet retaining the Java Modified: db/jdo/site/docs/jdoql_methods.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql_methods.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/jdoql_methods.html (original) +++ db/jdo/site/docs/jdoql_methods.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDOQL - Methods

JDOQL : Methods

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

JDOQL : Methods

When writing the "filter" for a JDOQL Query you can make use of some methods on the various Java types. The range of methods included as standard in JDOQL is not as flexible as with the true Java types, but the ones that are available are typically of much use. Modified: db/jdo/site/docs/jdoql_quickref.odt URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql_quickref.odt?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== Binary files - no diff available. Modified: db/jdo/site/docs/jdoql_quickref.pdf URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql_quickref.pdf?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== Binary files - no diff available. Modified: db/jdo/site/docs/jdoql_result.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql_result.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/jdoql_result.html (original) +++ db/jdo/site/docs/jdoql_result.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDOQL - Result

JDOQL : Result

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

JDOQL : Result

As we have seen, a JDOQL query is made up of different parts. In this section we look at the result part of the query. The result is what we want returning. By default (when not specifying the result) the objects returned will be of the candidate class type, where they match the query Modified: db/jdo/site/docs/jdoquery_dtd.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoquery_dtd.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/jdoquery_dtd.html (original) +++ db/jdo/site/docs/jdoquery_dtd.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDOQuery DTD

Meta-Data - JDOQue ry

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

Meta-Data - JDOQuery

JDO2 defines XML MetaData in jdo files as well as orm files, but also specifies that named queries can be defined in jdoquery files. As always with XML, the metadata must match the defined DTD/XSD for that file type. This section describes the content of the jdoquery files. Modified: db/jdo/site/docs/mail-lists.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/mail-lists.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/mail-lists.html (original) +++ db/jdo/site/docs/mail-lists.html Sat Oct 30 16:04:56 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - Mailing Lists

Apache JDO Mailing Lists

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

Apache JDO Mailing Lists

There are several publicly available mailing lists for JDO. The user list is for general discussion of the Apache JDO project and JDO technology. The dev list is for internal discussion among the JDO developers. It is Modified: db/jdo/site/docs/maven-reports.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/maven-reports.html?rev=1029106&r1=1029105&r2=1029106&view=diff ============================================================================== --- db/jdo/site/docs/maven-reports.html (original) +++ db/jdo/site/docs/maven-reports.html Sat Oct 30 16:04:56 2010 @@ -3,7 +3,7 @@