Return-Path: X-Original-To: apmail-db-jdo-commits-archive@www.apache.org Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3E585C45 for ; Thu, 12 May 2011 13:07:04 +0000 (UTC) Received: (qmail 68881 invoked by uid 500); 12 May 2011 13:07:04 -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 68849 invoked by uid 99); 12 May 2011 13:07:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2011 13:07:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 12 May 2011 13:06:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CCAC423889B1; Thu, 12 May 2011 13:06:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1102276 [2/7] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Thu, 12 May 2011 13:06:22 -0000 To: jdo-commits@db.apache.org From: andyj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110512130623.CCAC423889B1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: db/jdo/site/docs/field_types.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/field_types.html?rev=1102276&r1=1102275&r2=1102276&view=diff ============================================================================== --- db/jdo/site/docs/field_types.html (original) +++ db/jdo/site/docs/field_types.html Thu May 12 13:06:20 2011 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - Persistable Field Types

Supported Java Types

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

Supported Java Types

When persisting a class, a persistence solution needs to know how to persist the types of each field in the class. Clearly a persistence solution can only support a finite number of Java types. It cannot know how to persist every possible type creatable. The JDO Modified: db/jdo/site/docs/get-involved.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/get-involved.html?rev=1102276&r1=1102275&r2=1102276&view=diff ============================================================================== --- db/jdo/site/docs/get-involved.html (original) +++ db/jdo/site/docs/get-involved.html Thu May 12 13:06:20 2011 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - Get Involved

How do I contribute, give feedback, fix bugs and so on?

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

How do I contribute, give feedback, fix bugs and so on?

The Apache JDO project really needs and appreciates any contributions, including documentation help, source code and feedback. Suggested changes should come in the form of source code and/or very detailed Modified: db/jdo/site/docs/glossary.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/glossary.html?rev=1102276&r1=1102275&r2=1102276&view=diff ============================================================================== --- db/jdo/site/docs/glossary.html (original) +++ db/jdo/site/docs/glossary.html Thu May 12 13:06:20 2011 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO Glossary

JDO Glossary

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

JDO Glossary

JDO utilizes some terminology used elsewhere (e.g J2EE) but also introduces some terminology that may be new to people. Below is a glossary of some common terms that may be encountered.

TermDefinition
application identityWhen the persistence of a class is defined in a MetaData file, the developer can decide that they want Modified: db/jdo/site/docs/guides.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/guides.html?rev=1102276&r1=1102275&r2=1102276&view=diff ============================================================================== --- db/jdo/site/docs/guides.html (original) +++ db/jdo/site/docs/guides.html Thu May 12 13:06:20 2011 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO Guides

Guides

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

Guides

This section provides guides to the process of introducing JDO into your application.