Author: tv
Date: Fri Oct 20 05:20:23 2006
New Revision: 466088
URL: http://svn.apache.org/viewvc?view=rev&rev=466088
Log:
Preparation for release:
- "wrestled" the code (thanks to Henning)
-- removed trailing blanks
-- Relicensed with copyright -2006
- Fixed some checkstyle complaints
Added:
db/torque/runtime/trunk/src/java/org/apache/torque/package.html
Added: db/torque/runtime/trunk/src/java/org/apache/torque/package.html
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/src/java/org/apache/torque/package.html?view=auto&rev=466088
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/package.html (added)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/package.html Fri Oct 20
05:20:23 2006
@@ -0,0 +1,28 @@
+<!--
+ Copyright 2001-2006 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<html>
+ <head>
+ </head>
+ <body>
+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.
+ </body>
+</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]