« The Apache Newsletter : Issue #1 -- July 2003 | Main | 22 August 2003 - LDAPd 0.71a released. »

August 19, 2003

19 August 2003 - Apache Torque 3.1-beta1 released.

The Torque team is pleased to announce the first beta release for Torque 3.1!

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/

Notes:

  • Torque 3.1 is the first release where the runtime and generation environments are seperated.
  • Torque 3.1 is the last release where torque uses the stratum lifecycle interfaces (you can load Torque as an Avalon component using Turbine-2.3 HEAD)
  • Torque now uses commons-logging
  • Torque now generates valid repository files for OJB-1.0-rc4

Please see the The Apache Torque Website for more details.

----

Project Info -- Apache Torque

DOAP File

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 Websitehttp://db.apache.org/torque/
Programming LanguagesJava
Categoriesdatabase
Mailing Listshttp://db.apache.org/torque/mail-lists.html
Bug/Issue Trackerhttp://issues.apache.org/scarab/issues
Project Management CommitteeApache DB

Access to the source code:

Browsehttp://svn.apache.org/viewcvs/db/torque/runtime/trunk/
SVN Directhttp://svn.apache.org/repos/asf/db/torque/runtime/trunk
Posted by Tetsuya Kitahata at August 19, 2003 06:06 AM
http://www.apachenews.org/archives/000059.html
[ Category : Apache DB ] (PDF)(XML)