Modified: db/jdo/site/docs/guides.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/guides.html?rev=581796&r1=581795&r2=581796&view=diff ============================================================================== --- db/jdo/site/docs/guides.html (original) +++ db/jdo/site/docs/guides.html Thu Oct 4 01:11:54 2007 @@ -1,9 +1,9 @@
+ @import url("./style/maven-theme.css");
+ @import url("../style/maven-theme.css");
Maven is a tool for managing and building projects providing an alternative to the accepted @@ -160,5 +160,5 @@ IT industry for more than 15 years, primarily in the United Kingdom. He is an active participator in several OpenSource projects, primarily JPOX, and Apache JDO, and a member of the JSR243 (JDO2) Expert Group.
+ @import url("../style/maven-theme.css");
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 @@ -138,5 +138,5 @@ These objects are now replicated into datastore2. Clearly you can extend this basic idea and replicate large amounts of data.
+ @import url("./style/maven-theme.css");
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, @@ -45,5 +45,5 @@ TJDO
+ @import url("./style/maven-theme.css");
Welcome to Apache JDO, a project of the Apache DB project. Our goal is a thriving community of users and developers of object persistence technology. @@ -67,5 +67,5 @@
Archived articles are here.
+ @import url("./style/maven-theme.css");
+ @import url("./style/maven-theme.css");
The JDO project uses JIRA to track issues.
We use the following workflow for our JIRA issues: @@ -22,5 +22,5 @@ Release Notes for released versions
+ @import url("./style/maven-theme.css");
+ @import url("./style/maven-theme.css");
+ @import url("./style/maven-theme.css");
There are several competing persistence technologies available for Java. Two of these are "standardised" (via the JCP). When developing your application you need to choose the most appropriate technology for your needs. Java Data Objects (JDO) @@ -33,5 +33,5 @@ As an overall conclusion "JPA1" is a subset of what is already available in "JDO2". "JDO2.1" adds on some of the few new features found in "JPA1".