Author: tfischer
Date: Tue Jan 24 10:52:14 2006
New Revision: 371979
URL: http://svn.apache.org/viewcvs?rev=371979&view=rev
Log:
- Added a section to the overview about achieving database independency with
Torque
- splitted the "docs-all-components" section to "supported databases",
"database howtos" and "other howtos" on the documentation main page
Thanks to Greg Monroe for suggesting these changes
Modified:
db/torque/site/xdocs/documentation/index.xml
db/torque/site/xdocs/index.xml
Modified: db/torque/site/xdocs/documentation/index.xml
URL:
http://svn.apache.org/viewcvs/db/torque/site/xdocs/documentation/index.xml?rev=371979&r1=371978&r2=371979&view=diff
==============================================================================
--- db/torque/site/xdocs/documentation/index.xml (original)
+++ db/torque/site/xdocs/documentation/index.xml Tue Jan 24 10:52:14 2006
@@ -30,27 +30,21 @@
This contains the versioned documentation for Torque.
The documentation is separated into the different components of Torque
and the different releases of Torque.
- </p>
-
- <p>
- To get information about generating the java classes using Maven,
+ <br />
+ - To get information about generating the java classes using Maven,
see the Maven plugin documentation.
- </p>
-
- <p>
- To learn about generating the java classes using Ant,
+ <br />
+ - To learn about generating the java classes using Ant,
see the generator documentation.
- </p>
-
- <p>
- The reference for using the generated classes in your project can
+ <br />
+ - The reference for using the generated classes in your project can
be found in the runtime documentation.
- </p>
-
- <p>
- Information about peculiarities of some databases, and general howtos
- spanning several of Torque's components can be found in
- the "All components" part of the documentation.
+ <br />
+ - Information about peculiarities of some databases can be found in the
+ Database Howtos.
+ <br />
+ - General howtos spanning several of Torque's components
+ ara available in the "other Howtos".
</p>
<p>
@@ -61,16 +55,22 @@
<p>
<ul>
<li>
+ <a
href="../releases/torque-3.2/generator/index.html">Generator</a>
+ </li>
+ <li>
+ <a href="../releases/torque-3.2/maven-plugin/index.html">Maven
Plugin</a>
+ </li>
+ <li>
<a href="../releases/torque-3.2/runtime/index.html">Runtime</a>
</li>
<li>
- <a
href="../releases/torque-3.2/generator/index.html">Generator</a>
+ <a
href="../releases/torque-3.2/docs-all-components/supported-databases.html">Supported
databases</a>
</li>
<li>
- <a href="../releases/torque-3.2/maven-plugin/index.html">Maven
Plugin</a>
+ <a
href="../releases/torque-3.2/docs-all-components/database-howtos/index.html">Database
Howtos</a>
</li>
<li>
- <a
href="../releases/torque-3.2/docs-all-components/index.html">All Components</a>
+ <a
href="../releases/torque-3.2/docs-all-components/other-howtos/index.html">Other
Howtos</a>
</li>
</ul>
</p>
Modified: db/torque/site/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/db/torque/site/xdocs/index.xml?rev=371979&r1=371978&r2=371979&view=diff
==============================================================================
--- db/torque/site/xdocs/index.xml (original)
+++ db/torque/site/xdocs/index.xml Tue Jan 24 10:52:14 2006
@@ -41,6 +41,12 @@
</p>
<p>
+ As Torque hides database-specific implementation details,
+ Torque makes an application independent of a specific database
+ if no exotic features of the database are used.
+ </p>
+
+ <p>
Usage of autogeneration eases the customization of the database layer,
as you can override the autogenerated methods and thus easily change
their behaviour.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]