June 20, 2003
20 June 2003 - Apache DB Torque 3.0.2 Released
The Apache Torque team is pleased to announce the release of Torque 3.0.2!
You can find a full list of changes here:
http://db.apache.org/torque/changes-report.html You can find the Torque distributions here:
http://db.apache.org/builds/torque/release/
For more information, see the Apache DB Project - Apache Torque website.
Posted by Tetsuya Kitahata at June 20, 2003 12:09 PMProject Info -- Apache Torque
Torque is an object-relational mapper for Java. In other words, Torque lets you access and manipulate data in a relational database using java objects. Unlike most other object-relational mappers, Torque does not use reflection to access user-provided classes, but it generates the necessary classes (including the Data Objects) from an XML schema describing the database layout (which can either be written by hand or generated from an existing database). The XML schema can also be used to generate and execute a SQL script which creates all the tables in the database.
Releases can be downloaded from http://db.apache.org/torque/download.html
Project Website http://db.apache.org/torque/ Programming Languages Java Categories database Mailing Lists http://db.apache.org/torque/mail-lists.html Bug/Issue Tracker http://issues.apache.org/scarab/issues Project Management Committee Apache DB Access to the source code:
Browse http://svn.apache.org/viewcvs/db/torque/runtime/trunk/ SVN Direct http://svn.apache.org/repos/asf/db/torque/runtime/trunk
http://www.apachenews.org/archives/000155.html
[ Category : Apache DB ] (PDF)(XML)

