Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 44985 invoked from network); 2 Dec 2006 10:49:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2006 10:49:30 -0000 Received: (qmail 60465 invoked by uid 500); 2 Dec 2006 10:49:38 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 60443 invoked by uid 500); 2 Dec 2006 10:49:38 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 60432 invoked by uid 99); 2 Dec 2006 10:49:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 02:49:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 02:49:29 -0800 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A065ED4990 for ; Sat, 2 Dec 2006 10:49:08 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: torque-dev@db.apache.org Date: Sat, 02 Dec 2006 10:49:08 -0000 Message-ID: <20061202104908.30845.9900@ajax.apache.org> Subject: [Db-torque Wiki] Update of "TorqueFour" by ThomasFischer X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-torque Wiki" for change notification. The following page has been changed by ThomasFischer: http://wiki.apache.org/db-torque/TorqueFour New page: = Torque 4 = The plans of the Torque development team for Torque 4 are summarized below. Please change this page only after discussing your proposal on the Torque developers list. ---- Consensus is to do the following things: * Next main version should be 4.0. * Simplify the repository structure: No svn externals any more * Kick out village * Change the way to handle non-record-type queries (we used village for that until now) * Criterias should not be modified any more inside queries. * Disentangle Query description and SQL creation code. * Use the Criteria object only to hold query data and another object to hold update data. Criteria should not extend Hashtable any more. * Use a column object to hold the column name in the runtime instead of Strings * Support views * Use a custom velocity renderer to have nicely trimmed generated code. * Have a non-static version of Peer classes. Implementation details are under discussion. * Evaluate whether ddlutils can be used for some generator tasks Under discussion: * Switch to Maven 2 as build system. * Make the generator more generic. * Support primitives in data objects Problematic: * Use Java 5 style generics and enumerations. The problem is that Java 5 code does not run on jdk 1.4 In a later version of Torque 4: * Support for object level views In a later version of Torque 4, under discussion: * Support for lazy loading --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org