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 mp...@apache.org on 2003/03/26 20:39:01 UTC

cvs commit: db-torque/xdocs index.xml

mpoeschl    2003/03/26 11:39:01

  Modified:    xdocs    index.xml
  Log:
  remove generator info (moved to the generator docs)
  
  Revision  Changes    Path
  1.21      +8 -102    db-torque/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml	18 Feb 2003 06:40:19 -0000	1.20
  +++ index.xml	26 Mar 2003 19:39:01 -0000	1.21
  @@ -18,109 +18,15 @@
           environment to run the generated classes.
         </p>
         <p>
  -        Torque was developed as part of the Turbine Framework. It is now
  -        decoupled and can be used by itself. Starting with version 2.2 Turbine
  -        uses the decoupled Torque.
  +        Torque was developed as part of the
  +        <a href="http://jakarta.apache.org/turbine/">Turbine Framework</a>.
  +        It is now decoupled and can be used by itself. Starting with version
  +        2.2 Turbine uses the decoupled Torque.
  +      </p>
  +      <p>
  +        Torque's runtime environment includes everything you need to use the
  +        generated OM/Peer classes. It includes a jdbc connection pool.
         </p>
  -
  -      <subsection name="Torque's generation tasks">
  -        <p>
  -          Torque uses a single XML database schema to generate the SQL for
  -          your target database and Torque's Peer-based object relation model
  -          representing your XML database schema. Additionally, an HTML document
  -          describing the database can be generated if you wish to make a
  -          browseable version of the database schema.
  -        </p>
  -
  -        <p>
  -          Torque offers an <a href="http://jakarta.apache.org/ant">Ant</a> build
  -          file (<code>build-torque.xml</code>) which could be added to your
  -          project. It defines the following targets:
  -          <ul>
  -            <li>
  -              <strong>sql</strong><br/>
  -              generates SQL source from an XML schema describing a database
  -              structure
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>doc</strong><br/>
  -              generates html or xml documentation for xml schemas
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>create-db</strong><br/>
  -              generates simple scripts for creating databases on various
  -              platforms.
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>datadtd</strong><br/>
  -              generates data DTD from an XML schema describing a database
  -              structure
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>datadump</strong><br/>
  -              dumping data from db into XML
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>datasql</strong><br/>
  -              generates SQL source from an XML data file
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>jdbc</strong><br/>
  -              generates an XML schema of an existing database from JDBC metadata
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>om</strong><br/>
  -              generates output by using Velocity
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>insert-sql</strong><br/>
  -              inserts a SQL file into its designated database
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>sql2xml</strong><br/>
  -              generates an xml schema from an sql schema
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>id-table-init-sql</strong><br/>
  -              generates the initialization sql for the id table
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>ojb-model</strong><br/>
  -              generates an object model for ojb (experimental)
  -            </li>
  -            <p/>
  -            <li>
  -              <strong>ojb-repository</strong><br/>
  -              generates the repository for ojb (experimental)
  -            </li>
  -          </ul>
  -        </p>
  -
  -        <p>
  -          Torque also offers a plugin for
  -          <a href="http://jakarta.apache.org/turbine/maven">Maven</a>. See the
  -          <a href="maven-howto.html">Maven-Howto</a> for more information.
  -        </p>
  -      </subsection>
  -
  -      <subsection name="Torque's runtime environment">
  -        <p>
  -          Torque's runtime environment includes everything you need to use the
  -          generated OM/Peer classes. It includes a jdbc connection pool.
  -        </p>
  -      </subsection>
  -
       </section>
   
       <section name="Supported RDBMS">