Author: andyj Date: Wed May 12 10:16:04 2010 New Revision: 943428 URL: http://svn.apache.org/viewvc?rev=943428&view=rev Log: minor updates on JDO3 change Modified: db/jdo/site/docs/impls.html db/jdo/site/docs/jdo_v_jpa.html db/jdo/site/xdocs/impls.xml db/jdo/site/xdocs/jdo_v_jpa.xml Modified: db/jdo/site/docs/impls.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/impls.html?rev=943428&r1=943427&r2=943428&view=diff ============================================================================== --- db/jdo/site/docs/impls.html (original) +++ db/jdo/site/docs/impls.html Wed May 12 10:16:04 2010 @@ -11,13 +11,13 @@
  • JDO 2.0 : JPOX 1.1
  • JDO 2.1 : JPOX 1.2
  • JDO 2.2 : DataNucleus AccessPlatform 1.0.1
  • -
  • JDO 2.3 : DataNucleus AccessPlatform 2.0.3
  • +
  • JDO 3.0 : DataNucleus AccessPlatform 2.0.3


  • Implementations

    Below is a list of known implementations of JDO, showing the level of JDO that the implementation tries to implement, and the type of datastore that the implementation supports. You should check the vendors website for details of whether the implementation is fully compliant with the specification claimed - Apache JDO simply provides visibility of known implementations. -

    NameLicenseJDO SpecDatastore(s)
    DataNucleus Access PlatformNonCommercial1.0, 2.0, 2.1, 2.2, 2.3RDBMS, db4o, LDAP, Excel, XML, NeoDatis, JSON, OpenDocumentFormat (ODF), Google BigTable, HADOOP HBase, Amazon S3, MongoDB
    JDOInstrumentsNonCommercial1.0JDOInstruments
    JPOXNonCommercial1.0, 2.0, 2.1RDBMS, db4o
    KodoCommercial1.0, 2.0RDBMS, XML
    ObjectDB for Java/JDOCommercial1.0, 2.0ObjectDB
    ObjectivityCommercial1.0ObjectivityDB
    OrientCommercial1.0Orient
    hywy's PE:JCommercial1.0RDBMS
    SignSoft intelliBOCommercial1.0intelliBO
    SpeedoNonCommercial1.0RDBMS
    TJDONonCommercial1.0RDBMS
    VersantCommercial1.0, 2.0Versant Object Database
    XcaliaCommercial1.0, 2.0RDBMS, XML, Versant ODBMS, Jalisto, Web services, mainframe transactions and screens (CICS, IMS...), packaged applications (ERP, CRM,SFA...), components (EJB...).


    \ No newline at end of file Modified: db/jdo/site/docs/jdo_v_jpa.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdo_v_jpa.html?rev=943428&r1=943427&r2=943428&view=diff ============================================================================== --- db/jdo/site/docs/jdo_v_jpa.html (original) +++ db/jdo/site/docs/jdo_v_jpa.html Wed May 12 10:16:04 2010 @@ -8,7 +8,7 @@ has been a standard since 2001 with the release of JDO1. It was improved with the release of JDO2. Just to confuse issues the Java Persistence API (JPA) was approved in its JPA1 form, and JDO2.1/JDO2.2 provide updates to JDO2 building on some of the new - features of JPA1. Since then we have had JDO2.3 adding on extra metadata and enhancer + features of JPA1. Since then we have had JDO3 adding on extra metadata and enhancer standardisation, and JPA2 providing criteria queries. Below we show some of the differences of these 2 standards to give you assistance in selecting what you need. Highlighted in bold are the notable differences where one Modified: db/jdo/site/xdocs/impls.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/impls.xml?rev=943428&r1=943427&r2=943428&view=diff ============================================================================== --- db/jdo/site/xdocs/impls.xml (original) +++ db/jdo/site/xdocs/impls.xml Wed May 12 10:16:04 2010 @@ -38,7 +38,7 @@ limitations under the License.
  • JDO 2.0 : JPOX 1.1
  • JDO 2.1 : JPOX 1.2
  • JDO 2.2 : DataNucleus AccessPlatform 1.0.1
  • -
  • JDO 2.3 : DataNucleus AccessPlatform 2.0.3
  • +
  • JDO 3.0 : DataNucleus AccessPlatform 2.0.3

  • @@ -61,7 +61,7 @@ limitations under the License. DataNucleus Access Platform NonCommercial - 1.0, 2.0, 2.1, 2.2, 2.3 + 1.0, 2.0, 2.1, 2.2, 3.0 RDBMS, db4o, LDAP, Excel, XML, NeoDatis, JSON, OpenDocumentFormat (ODF), Google BigTable, HADOOP HBase, Amazon S3, MongoDB Modified: db/jdo/site/xdocs/jdo_v_jpa.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/jdo_v_jpa.xml?rev=943428&r1=943427&r2=943428&view=diff ============================================================================== --- db/jdo/site/xdocs/jdo_v_jpa.xml (original) +++ db/jdo/site/xdocs/jdo_v_jpa.xml Wed May 12 10:16:04 2010 @@ -16,7 +16,7 @@ has been a standard since 2001 with the release of JDO1. It was improved with the release of JDO2. Just to confuse issues the Java Persistence API (JPA) was approved in its JPA1 form, and JDO2.1/JDO2.2 provide updates to JDO2 building on some of the new - features of JPA1. Since then we have had JDO2.3 adding on extra metadata and enhancer + features of JPA1. Since then we have had JDO3 adding on extra metadata and enhancer standardisation, and JPA2 providing criteria queries. Below we show some of the differences of these 2 standards to give you assistance in selecting what you need. Highlighted in bold are the notable differences where one