You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/06/02 16:34:17 UTC

svn commit: r1345514 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/index.xml

Author: tfischer
Date: Sat Jun  2 14:34:17 2012
New Revision: 1345514

URL: http://svn.apache.org/viewvc?rev=1345514&view=rev
Log:
Tutorial fixes

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/index.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/index.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/index.xml?rev=1345514&r1=1345513&r2=1345514&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/index.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/index.xml Sat Jun  2 14:34:17 2012
@@ -56,8 +56,8 @@
 <p>
   In this tutorial, it is assumed that you have experience
   in programming in Java. It is also assumed that you have already been using
-  either <a href="http://ant.apache.org">ant</a> or 
-  <a href="http://maven.apache.org">maven2</a> (if you do not know one of these
+  either <a href="http://ant.apache.org">Ant</a> or 
+  <a href="http://maven.apache.org">Maven</a> (if you do not know one of these
   build systems, please look at one of the introductions at their home pages).
   It is expected that you have a working installation of the
   JDK, Version 1.5 or higher.
@@ -112,26 +112,26 @@
     </li>
     <li>
       The Torque Maven plugin integrates the generator into
-      <a href="http://maven.apache.org">Maven 2</a>, a software
+      <a href="http://maven.apache.org">Maven</a>, a software
       project management tool. In other words, the maven plugin is
       a maven frontend for the generator.
     </li>
     <li>
       The Torque ant tasks integrate the generator into
-      <a href="http://ant.apache.org">ant</a>, a java build tool.
+      <a href="http://ant.apache.org">Ant</a>, a java build tool.
     </li>
     <li>
       The Torque templates use the Torque generator to generate 
       OR Mapping java classes which can access your database.
-      They also include SQL scripts to create all the necessary tables,
+      They also generate SQL scripts to create all the necessary tables,
       constraints etc. in your database.
       The information about the database structure
       is contained in an XML file read by the Torque generator.
-      The structure of this file is also defined in the Torque templates.
+      The structure of this file is also defined by the Torque templates.
     </li>
     <li>
       The Torque runtime has to be included in ORM projects to use the classes
-      generated by the generator and the templates.
+      generated by the generator using the templates.
     </li>
   </ul>
 </p>
@@ -143,10 +143,10 @@
 <p>
   For the ORM part, we will first look at 
   Configuring the Torque generation process.
-  If you are using maven 2 as build system, look at 
-  <a href="orm/step1-maven.html">configuring Maven 2 for Torque</a>.
+  If you are using Maven as build system, look at 
+  <a href="orm/step1-maven.html">configuring Maven for Torque</a>.
   If you plan to use ant, look at
-  <a href="orm/step1-ant.html">configuring ant for Torque</a>
+  <a href="orm/step1-ant.html">configuring Ant for Torque</a>
   For the code generation part, see
   <a href="codegen/gettingStarted.html">getting started with Torque code generation</a>.
 </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org