Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 51147 invoked from network); 2 Oct 2007 22:21:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 22:21:27 -0000 Received: (qmail 61646 invoked by uid 500); 2 Oct 2007 22:21:16 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 61623 invoked by uid 500); 2 Oct 2007 22:21:16 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 61612 invoked by uid 500); 2 Oct 2007 22:21:16 -0000 Received: (qmail 61609 invoked by uid 99); 2 Oct 2007 22:21:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 15:21:16 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 22:21:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3981C1A983A; Tue, 2 Oct 2007 15:20:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581418 [2/2] - in /db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs: ./ docu/ docu/guides/ docu/howtos/ docu/tutorials/ Date: Tue, 02 Oct 2007 22:20:33 -0000 To: ojb-commits@db.apache.org From: arminw@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071002222036.3981C1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml?rev=581418&r1=581417&r2=581418&view=diff ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/features.xml Tue Oct 2 15:20:30 2007 @@ -42,7 +42,7 @@
  • PB API (non-standard)
  • ODMG API (standard)
  • -
  • JDO 1.0 API (standard)
  • +
  • @@ -50,6 +50,12 @@ Programmers to store and retrieve Java Objects in/from (any) JDBC-compliant RDBMS
  • + Quality assurance taken seriously: More than 1000 + JUnit Test Cases for + regression tests. JUnit tests are integrated into the build scripts and + used as quality assurance for daily development. +
  • +
  • Transparent persistence: classes does not have to inherit from any OJB base class nor implement a special interface. OJB delivers pure transparent persistence for POJOs. @@ -59,6 +65,9 @@ massively distributed and clustered systems.
  • + Easy use of multiple databases. +
  • +
  • Configurable persistence by reachability: All Objects associated to a persistent object by references can made persitent too.
  • @@ -70,34 +79,10 @@ JdbcAccess, ... and so on.
  • - Quality assurance taken seriously: More than 1000 - JUnit Test Cases for - regression tests. JUnit tests are integrated into the build scripts and - used as quality assurance for daily development. -
  • -
  • Mapping support for 1:1, 1:n and m:n associations.
  • - Configurable collection queries to control loading of relationships. See - QueryCustomizer. -
  • -
  • - Automatic and - manual - assignment of foreign key values. -
  • -
  • - The Object / Relational mapping is defined in an XML Repository. The - mapping is completely dynamic and can be - manipulated at runtime - for maximum flexibility -
  • -
  • - Easy use of multiple databases. -
  • -
  • Configurable Lazy Materialization through Proxy support in the @@ -114,6 +99,21 @@ DB-tables
  • + Configurable collection queries to control loading of relationships. See + QueryCustomizer. +
  • +
  • + Automatic and + manual + assignment of foreign key values. +
  • +
  • + The Object / Relational mapping is defined in an XML Repository. The + mapping is completely dynamic and can be + manipulated at runtime + for maximum flexibility +
  • +
  • Support for Java Array- and Collection-attributes in persistent classes. The attribute-types @@ -132,6 +132,11 @@ Reusing Prepared Statements, internal connection pooling.
  • + Support for + prefetched relationships + to minimize the number of queries. +
  • +
  • Integrates smoothly in controlled environments like EJB containers
  • @@ -139,17 +144,12 @@ Full JTA and JCA (in progress) Integration.
  • - Support for - prefetched relationships - to minimize the number of queries. -
  • -
  • ODMG compliant API, a Tutorial, and TestCases are included.
  • -
  • - JDO 1.0.1 compliant API (based on jdori, native implementation in progress), - a Tutorial, and TestCases are included. -
  • + + + +
  • The Lockmanagement Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/site.xml?rev=581418&r1=581417&r2=581418&view=diff ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/site.xml (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/site.xml Tue Oct 2 15:20:30 2007 @@ -173,7 +173,7 @@ - + @@ -183,6 +183,7 @@ + @@ -199,6 +200,7 @@ + @@ -229,6 +231,7 @@ + @@ -396,7 +399,7 @@ - + Modified: db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/tabs.xml URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/tabs.xml?rev=581418&r1=581417&r2=581418&view=diff ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/tabs.xml (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/tabs.xml Tue Oct 2 15:20:30 2007 @@ -47,6 +47,8 @@ + +