henning 2004/05/17 06:38:01
Modified: xdocs Tag: TORQUE_3_1_HENNING release-changes.xml
Log:
Add some documentation about this branch.
Revision Changes Path
No revision
No revision
1.3.2.5.2.8 +27 -3 db-torque/xdocs/release-changes.xml
Index: release-changes.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/release-changes.xml,v
retrieving revision 1.3.2.5.2.7
retrieving revision 1.3.2.5.2.8
diff -u -r1.3.2.5.2.7 -r1.3.2.5.2.8
--- release-changes.xml 17 May 2004 13:29:19 -0000 1.3.2.5.2.7
+++ release-changes.xml 17 May 2004 13:38:01 -0000 1.3.2.5.2.8
@@ -9,11 +9,18 @@
<body>
-<section name="HENNING Sub-Branch">
+<section name="TORQUE_3_1_HENNING Sub-Branch">
<p>
- Changes between Torque 3.1.1 and the HENNING Sub-Branch<br/>
+ Changes between Torque 3.1.1-dev and the TORQUE_3_1_HENNING Sub-Branch<br/>
</p>
+<subsection name="TORQUE_3_1_HENNING Sub-Branch">
+<p>
+This branch was forked off the TORQUE_3_1_BRANCH on 2004-05-17 to allow
+further testing of the proposed patches to Torque. It contains the following
patches:
+</p>
+</subsection>
+
<subsection name="MapBuilder Patch">
<p>
The Torque generator now builds an additional per-Schema class. This
@@ -130,6 +137,23 @@
As Torque copies these methods into the generated OM classes, it is necessary to
rebuild the OM scheme.<br/>
+</p>
+</subsection>
+
+<subsection name="Jar Naming and Maven Plugin">
+<p>
+To allow co-existence of the regular Torque code and the
+maven-torque-plugin, all visible references in this branch have been
+renamed from "torque" to "torquex". The jar itself
+still contains the same classes under <code>org.apache.torque</code>,
+so you can't use both torque.jar and torquex.jar in one
+application. The jar is considered a "heads up, drop-in
+replacement", which means you can exchange torque.jar with
+torquex.jar but must be aware that some method signatures have changed
+(so you might have to recompile and/or rebuild your OM scheme) and if
+you want to use an existing database, you must modify your
+ID-tables. However, the programming model and all Torque documentation
+is still valid.
</p>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]