Date: 2005-01-07T17:31:43
Editor: CraigRussell
Wiki: Apache JDO Wiki
Page: FrontPage
URL: http://wiki.apache.org/jdo/FrontPage
no comment
Change Log:
------------------------------------------------------------------------------
@@ -17,9 +17,9 @@
* JDO 1.0 API. This is the standard definition of the JDO API as defined by the JSR-12 standard.
- * JDO 1.0 Reference Implementation. This is a file-based, single-user store for persistent
Java objects.
+ * JDO 1.1 Reference Implementation. This is a file-based, single-user store for persistent
Java objects. The version number is 1.1 to reflect that the Java package has changed from
com.sun.jdori to org.apache.jdo.
- * JDO 1.0 Technology Compatibility Kit. This set of programs tests that a JDO 1.0 implementation
is in compliance with the standard.
+ * JDO 1.1 Technology Compatibility Kit. This set of programs tests that a JDO 1.0 implementation
is in compliance with the standard. The version number is 1.1 to reflect that the test framework
has changed from [http://java.sun.com/developer/technicalArticles/JCPtools2/ JavaTest] (a
proprietary Sun package not suitable for open source projects) to[http://www.junit.org/index.htm
JUnit], an open source test framework.
* JDO 2.0 API. This is the standard definition of the JDO API as defined by the JSR-243
standard.
@@ -27,7 +27,7 @@
* JDO 2.0 FOStore (File Object Store) implementation. This is an implementation of JDO 2.0
based on the JDO 1.0 Reference Implementation. It does not support relational data access,
so it is inappropriate for the JDO 2.0 Reference Implementation. See below.
- * JDO 2.0 Geronimo Integration. This project will build the glue between the JDO 2.0 Reference
Implementation and the J2EE compliant application server. We expect to use a common persistence
framework to provide both EJB3 and JDO persistence services.
+ * JDO 2.0 Geronimo Integration. This project will build the glue between the JDO 2.0 Reference
Implementation and the J2EE compliant application server. We expect to use a common persistence
framework (Tranql) to provide both EJB3 and JDO persistence services.
Due to timing constraints, the JDO 2.0 Reference Implementation is not being built as an
Apache project, but will be built as a JPOX release http://jpox.org.
@@ -49,11 +49,13 @@
Information for developers of the JDO TCK is found at TechnologyCompatibilityKitDevelopers
-= Developer Information =
+= General Developer Information =
-JDO will use the same coding standards as the Geronimo project: ApacheGeronimo:CodingStandards.
+ * JDO will use the same coding standards as the Geronimo project: ApacheGeronimo:CodingStandards.
-There are a number of items on the ToDoList. You can volunteer for any of them...
+ * There are a number of items on the ToDoList. You can volunteer for any of them...
+
+ * The subversion repository is being set up. You can take a look at the SubversionRepository
page for more information.
= Downloads =
|