Author: andyj Date: Tue Oct 2 09:16:36 2007 New Revision: 581291 URL: http://svn.apache.org/viewvc?rev=581291&view=rev Log: JDO-537 Moved old "documentation.xml" to be "references.xml". Moved Implementations to be next to Specifications since directly related Added: db/jdo/site/docs/references.html db/jdo/site/xdocs/images/db-logo-white.png (with props) db/jdo/site/xdocs/images/header_line.gif (with props) db/jdo/site/xdocs/images/jdo_exception_canretry.jpg (with props) db/jdo/site/xdocs/images/jdo_exception_fatal.jpg (with props) db/jdo/site/xdocs/references.xml Removed: db/jdo/site/xdocs/documentation.xml Modified: db/jdo/site/docs/cvs-usage.html db/jdo/site/docs/dependencies.html db/jdo/site/docs/downloads.html db/jdo/site/docs/enhancement.html db/jdo/site/docs/exceptions.html db/jdo/site/docs/faq.html db/jdo/site/docs/get-involved.html db/jdo/site/docs/glossary.html db/jdo/site/docs/impls.html db/jdo/site/docs/index.html db/jdo/site/docs/issue-tracking.html db/jdo/site/docs/issuetracking.html db/jdo/site/docs/javadoc.html db/jdo/site/docs/jdo_dtd.html db/jdo/site/docs/jdo_v_jpa.html db/jdo/site/docs/jdo_v_jpa_orm.html db/jdo/site/docs/jdocentral.html db/jdo/site/docs/jdohelper.html db/jdo/site/docs/jdoquery_dtd.html db/jdo/site/docs/mail-lists.html db/jdo/site/docs/maven-reports.html db/jdo/site/docs/newshistory.html db/jdo/site/docs/orm_dtd.html db/jdo/site/docs/project-info.html db/jdo/site/docs/releases/release-2.0-beta.html db/jdo/site/docs/releases/release-2.0-rc1.html db/jdo/site/docs/releases/release-2.0.html db/jdo/site/docs/roadmap.html db/jdo/site/docs/specifications.html db/jdo/site/docs/svn.html db/jdo/site/docs/tck.html db/jdo/site/docs/team-list.html db/jdo/site/docs/tutorials/replication.html db/jdo/site/docs/why_jdo.html db/jdo/site/xdocs/navigation.xml Modified: db/jdo/site/docs/cvs-usage.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/cvs-usage.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/cvs-usage.html (original) +++ db/jdo/site/docs/cvs-usage.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@
+ @import url("./style/maven-theme.css");
Apache JDO is a sub-project of the Apache DB TLP. It includes two major areas:
+ @import url("./style/maven-theme.css");
A release of JDO 2 includes the JDO 2.0 API, the Technology Compatibility Kit (TCK), and the TCK dependencies. The TCK is available only in source form. The other Modified: db/jdo/site/docs/enhancement.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/enhancement.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/enhancement.html (original) +++ db/jdo/site/docs/enhancement.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@
+ @import url("./style/maven-theme.css");
JDO defines a byte-code enhancement process that provides for dirty detection of fields. Before a class is used at runtime it is compiled and then "enhanced" to implement the interface PersistenceCapable, and optionally also Detachable. Modified: db/jdo/site/docs/exceptions.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/exceptions.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/exceptions.html (original) +++ db/jdo/site/docs/exceptions.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@
+ @import url("./style/maven-theme.css");
All exceptions raised by a JDO implementation are runtime exceptions which means that you can choose to catch the exceptions or not. The reason for JDO using unchecked exceptions is that JDO tries to provide transparent persistence, and so needs to present the same interface and exceptions whatever the state an object has. Modified: db/jdo/site/docs/faq.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/faq.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/faq.html (original) +++ db/jdo/site/docs/faq.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@
+ @import url("./style/maven-theme.css");
What is JDO?
JDO is Java Data Objects, a datastore-agnostic interface Modified: db/jdo/site/docs/get-involved.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/get-involved.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/get-involved.html (original) +++ db/jdo/site/docs/get-involved.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@Java Data Objects (JDO) - Get Involved Documentation
Tutorials
How do I contribute, give feedback, fix bugs and so on?
+ @import url("./style/maven-theme.css");
Documentation
Tutorials
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=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/glossary.html (original) +++ db/jdo/site/docs/glossary.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@
Java Data Objects (JDO) - JDO Glossary Documentation
Tutorials
JDO Glossary
+ @import url("./style/maven-theme.css");
Documentation
Tutorials
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.
Term Definition application identity When the persistence of a class is defined in a MetaData file, the developer can decide that they want Modified: db/jdo/site/docs/impls.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/impls.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/impls.html (original) +++ db/jdo/site/docs/impls.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO Implementations Documentation
Tutorials
JDO Implementations
+ @import url("./style/maven-theme.css");
Documentation
Tutorials
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 2 specification, see TCK. Modified: db/jdo/site/docs/index.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/index.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/index.html (original) +++ db/jdo/site/docs/index.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@
Java Data Objects (JDO) - Home Documentation
Tutorials
About Apache JDO
+ @import url("./style/maven-theme.css");
Documentation
Tutorials
About Apache JDO
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. Modified: db/jdo/site/docs/issue-tracking.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/issue-tracking.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/issue-tracking.html (original) +++ db/jdo/site/docs/issue-tracking.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@
Java Data Objects (JDO) - Issue Tracking Documentation
Tutorials
Documentation published: 02 October 2007
Modified: db/jdo/site/docs/issuetracking.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/issuetracking.html?rev=581291&r1=581290&r2=581291&view=diff ============================================================================== --- db/jdo/site/docs/issuetracking.html (original) +++ db/jdo/site/docs/issuetracking.html Tue Oct 2 09:16:36 2007 @@ -1,7 +1,7 @@Java Data Objects (JDO) - Issue Tracking Documentation
Tutorials
Process
+ @import url("./style/maven-theme.css");
Documentation
Tutorials
Process
The JDO project uses JIRA to track issues.
We use the following workflow for our JIRA issues: