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 @@ <li>PB API (non-standard)</li> <li>ODMG API (standard)</li> <!--<li>OTM API (non-standard)</li>--> - <li>JDO 1.0 API (standard)</li> + <!--<li>JDO 1.0 API (standard)</li>--> </ul> </li> <li> @@ -50,6 +50,12 @@ Programmers to store and retrieve Java Objects in/from (any) JDBC-compliant RDBMS </li> <li> + Quality assurance taken seriously: More than <strong>1000</strong> + <a href="site:test-suite"><em>JUnit Test Cases</em></a> for + regression tests. JUnit tests are integrated into the build scripts and + used as quality assurance for daily development. + </li> + <li> 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. </li> <li> + Easy use of <a href="site:faq/multiple-databases">multiple databases</a>. + </li> + <li> <a href="site:basic-technique">Configurable persistence by reachability</a>: All Objects associated to a persistent object by references can made persitent too. </li> @@ -70,34 +79,10 @@ <em>JdbcAccess</em>, ... and so on. </li> <li> - Quality assurance taken seriously: More than <strong>1000</strong> - <a href="site:test-suite"><em>JUnit Test Cases</em></a> for - regression tests. JUnit tests are integrated into the build scripts and - used as quality assurance for daily development. - </li> - <li> Mapping support for 1:1, 1:n and m:n <a href="site:basic-technique">associations</a>. </li> <li> - Configurable collection queries to control loading of relationships. See - <a href="site:advanced-technique">QueryCustomizer</a>. - </li> - <li> - <a href="site:basic-technique/cascading">Automatic</a> and - <a href="site:basic-technique/linking">manual</a> - assignment of foreign key values. - </li> - <li> - The Object / Relational mapping is defined in an XML Repository. The - mapping is completely dynamic and can be - <a href="site:metadata">manipulated at runtime</a> - for maximum flexibility - </li> - <li> - Easy use of <a href="site:faq/multiple-databases">multiple databases</a>. - </li> - <li> Configurable Lazy Materialization through <a href="site:basic-technique/using-proxy">Proxy </a> support in the @@ -114,6 +99,21 @@ DB-tables </li> <li> + Configurable collection queries to control loading of relationships. See + <a href="site:advanced-technique">QueryCustomizer</a>. + </li> + <li> + <a href="site:basic-technique/manage-references">Automatic</a> and + <a href="site:basic-technique/linking">manual</a> + assignment of foreign key values. + </li> + <li> + The Object / Relational mapping is defined in an XML Repository. The + mapping is completely dynamic and can be + <a href="site:metadata">manipulated at runtime</a> + for maximum flexibility + </li> + <li> Support for Java Array- and Collection-attributes in persistent classes. The <a href="site:advanced-technique/types-for-associations">attribute-types @@ -132,6 +132,11 @@ Reusing Prepared Statements, internal <a href="site:connection">connection pooling</a>. </li> <li> + Support for + <a href="site:query/prefetched-relationships">prefetched relationships</a> + to minimize the number of queries. + </li> + <li> Integrates smoothly in controlled environments like <a href="site:deployment/j2ee-server">EJB containers</a> </li> @@ -139,17 +144,12 @@ Full JTA and JCA (in progress) Integration. </li> <li> - Support for - <a href="site:query/prefetched-relationships">prefetched relationships</a> - to minimize the number of queries. - </li> - <li> ODMG compliant API, <a href="site:odmg-tutorial">a Tutorial</a>, and TestCases are included. </li> - <li> - JDO 1.0.1 compliant API (based on jdori, native implementation in progress), - <a href="site:jdo-tutorial">a Tutorial</a>, and TestCases are included. - </li> + <!--<li>--> + <!--JDO 1.0.1 compliant API (based on jdori, native implementation in progress),--> + <!--<a href="site:jdo-tutorial">a Tutorial</a>, and TestCases are included.--> + <!--</li>--> <li> The <a href="site:lock-manager">Lockmanagement</a>
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 @@ <one-to-n href="#one-to-n"/> <m-to-n href="#m-to-n"/> <linking href="#linking"/> - <cascading href="#cascading"/> + <manage-references href="#manage-references"/> <auto-retrieve href="#auto-retrieve"/> <using-proxy href="#using-proxy"/> <dynamic-proxy href="#dynamic-proxy"/> @@ -183,6 +183,7 @@ <null-check href="#null-check"/> <persistence-checker href="#persistence-checker"/> <shortcut-name href="#shortcut-name"/> + <delete-orphan href="#delete-orphan"/> </basic-technique> <advanced-technique label="Advanced mapping" href="advanced-technique.html"> <anonymous-keys href="#anonymous-keys"/> @@ -199,6 +200,7 @@ <which-collection-type href="#which-collection-type"/> <extents href="#extents"/> <callback href="#callback"/> + <inheritance href="#inheritance"/> <table-per-hierarchy href="#table-per-hierarchy"/> <table-per-class href="#table-per-class"/> <table-per-subclass href="#table-per-subclass"/> @@ -229,6 +231,7 @@ <connection-pooling href="#connection-pooling"/> <obtain-connection href="#obtain-connection"/> <open-close-connection href="#open-close-connection"/> + <batch href="#batch"/> </connection> <object-cache label="Caching" href="objectcache.html"> <distributed-cache href="#distributed-cache"/> @@ -396,7 +399,7 @@ </log4j> <ant href="http://ant.apache.org/"/> <torque href="http://db.apache.org/torque/"> - <gen href="generator/"/> + <gen href="releases/torque-3.3/generator/index.html"/> </torque> <ddlutils href="http://db.apache.org/ddlutils"/> <forrest href="http://xml.apache.org/forrest/"/> 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 @@ <tab id="ref-guides" label="Reference Guides" dir="docu/guides" indexfile="summary.html"/> <tab id="howtos" label="Howto's" dir="docu/howtos" indexfile="summary.html"/> <tab id="testing" label="Testing" dir="docu/testing" indexfile="summary.html"/> + <tab id="faq_" label="FAQ" dir="docu" indexfile="faq.html"/> + <tab id="dtd_" label=".dtd doc" dir="docu/guides/dtdx" indexfile="repository.dtdx.html"/> </tab> <!-- <tab id="home" label="Home" dir=""/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]