From jdo-commits-return-2762-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Tue Jun 01 10:03:21 2010 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 66937 invoked from network); 1 Jun 2010 10:03:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 10:03:21 -0000 Received: (qmail 81745 invoked by uid 500); 1 Jun 2010 10:03:21 -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 81738 invoked by uid 99); 1 Jun 2010 10:03:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:21 +0000 X-ASF-Spam-Status: No, hits=-1692.7 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 01 Jun 2010 10:03:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 410BE2388A40; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r949989 [2/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: jdo-commits@db.apache.org From: andyj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100601100248.410BE2388A40@eris.apache.org> Modified: db/jdo/site/docs/field_types.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/field_types.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/field_types.html (original) +++ db/jdo/site/docs/field_types.html Tue Jun 1 10:02:44 2010 @@ -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 @@ -28,4 +28,4 @@ and whether the java type can be used as part of the primary key.

Java TypeDFG?Persistent?PK?
boolean
byte
char
double
float
int
long
short
boolean[]
byte[]
char[]
double[]
float[]
int[]
long[]
short[]
java.lang.Boolean
java.lang.Byte
java.lang.Character
java.lang.Double
java.lang.Float
java.lang.Integer
java.lang.Long
java.lang.Short
java.lang.Boolean[]
java.lang.Byte[]
java.lang.Character[]
java.lang.Double[]
java.lang.Float[]
java.lang.Integer[]
java.lang.Long[]
java.lang.Short[]
java.lang.Number
java.lang.Object
java.lang.String
java.lang.String[]
java.math.BigDecimal
java.math.BigInteger
java.math.BigDecimal[]
java.math.BigInteger[]
java.sql.Date
java.sql.Time
java.sql.Timestam p
java.util.ArrayList
java.util.Collection
java.util.Currency
java.util.Date
java.util.Date[]
java.util.HashMap
java.util.HashSet
java.util.Hashtable
java.util.LinkedHashMap
java.util.LinkedHashSet
java.util.LinkedList
java.util.List
java.util.Locale
java.util.Locale[]
java.util.Map< img src="images/icon_success_sml.gif" border="0" alt="">
java.util.Set
java.util.TreeMap
java.util.TreeSet
java.util.Vector
java.io.Serializable
javax.jdo.spi.PersistenceCapable
javax.jdo.spi.PersistenceCapable[]
java.lang.Enum
java.lang.Enum[]

\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/get-involved.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/get-involved.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/get-involved.html (original) +++ db/jdo/site/docs/get-involved.html Tue Jun 1 10:02:44 2010 @@ -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 @@ -41,4 +41,4 @@


\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/glossary.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/glossary.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/glossary.html (original) +++ db/jdo/site/docs/glossary.html Tue Jun 1 10:02:44 2010 @@ -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 @@ -41,4 +41,4 @@ have its own identity, it will require and Extent.
SCOJDO defines 2 main groups of Java objects. The second group is those objects that don't have an identity. These are termed "Second Class Objects" or SCO for short.
SQLJDO allows use of multiple query languages. One of these, for use with RDBMS datastores, is SQL.
transientThis is an object state where the object is not persistent.

\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/guides.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/guides.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/guides.html (original) +++ db/jdo/site/docs/guides.html Tue Jun 1 10:02:44 2010 @@ -1,9 +1,9 @@ Java Data Objects (JDO) - JDO Guides
\ No newline at end of file Modified: db/jdo/site/docs/guides/maven-jdo.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/guides/maven-jdo.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/guides/maven-jdo.html (original) +++ db/jdo/site/docs/guides/maven-jdo.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO and Maven1

JDO Meets Maven

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

JDO Meets Maven

By Andy Jefferson

Background - Maven

Maven is a tool for managing and building projects providing an alternative to the accepted @@ -161,4 +161,4 @@ maven.jpox.database.password={my_passwor active participator in several OpenSource projects, primarily JPOX, and Apache JDO, and a member of the JSR243 (JDO2) Expert Group.


\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/guides/replication.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/guides/replication.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/guides/replication.html (original) +++ db/jdo/site/docs/guides/replication.html Tue Jun 1 10:02:44 2010 @@ -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 @@ -139,4 +139,4 @@ finally Clearly you can extend this basic idea and replicate large amounts of data.


\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/impls.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/impls.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/impls.html (original) +++ db/jdo/site/docs/impls.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO Implementations

JDO Implementations

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

JDO Implementations

To build and run your JDO application, you need a JDO implementation. This page lists commercial and non-commercial JDO implementations. For information on how vendors certify compliance with the JDO specifications,