Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3FAAFCC4 for ; Wed, 27 Mar 2013 07:50:37 +0000 (UTC) Received: (qmail 9340 invoked by uid 500); 27 Mar 2013 07:50:37 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 9167 invoked by uid 500); 27 Mar 2013 07:50:33 -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 9089 invoked by uid 99); 27 Mar 2013 07:50:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 07:50:31 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.227.126.186] (HELO moutng.kundenserver.de) (212.227.126.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 07:50:24 +0000 Received: from [192.168.20.90] ([212.144.229.34]) by mrelayeu.kundenserver.de (node=mrbap4) with ESMTP (Nemesis) id 0MI6Yw-1UNW0T2XJ0-004CsU; Wed, 27 Mar 2013 08:50:03 +0100 Message-ID: <5152A4AA.8010503@apache.org> Date: Wed, 27 Mar 2013 08:50:02 +0100 From: Thomas Vandahl User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Apache Torque Developers List Subject: Re: torque 4.1 plans References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:luFlipo1pAtNpcoUKCtlLcn0IvHf+ezbDEBSid6Dk/5 NcOV47aiyFyD1jMXZiug+Ajagr44/hg8FSrz8blz6Gculm16yX WVkGnfDmJPL9C382L7kQ8b40lFWD5owKNoIiyYvRSbYONHGj7R x5g/jqhEy4Nv9Puf1Sy4x4U0kwSS2wylmt72XIS3BhNceQ5YP5 0CgX2kc9iJwo2DpBpikkkG3qR80t8Rx08XykrETqYEvMocuFEp YpkxtHpyaIdWDBwwcxijP04/GMgnJGetReAcdQutc2y996MD1e SAkvUg16cwrg9WrGzk6q6Qs3lLUu20/vS5I8i7AOEMIhBzx3hg p2UwcHg5CK7VzMfk3xGY= X-Virus-Checked: Checked by ClamAV on apache.org Hi Thomas, On 20.03.2013 01:59, Thomas Fox wrote: > Personally, I'd like to remove the deprecated APIs, especially the old > Criteria implementation, from the runtime. +1 > So these are the things I'd like to tackle. > Does anyone else have any other plans ? I'd like to suggest two additional playgrounds: - Further reduction of static classes in the runtime - Handling of CLOBs/BLOBs. Currently, the data is loaded into memory (byte array or String) This can be dangerous when the L in BLOB really means *Large*. JDBC provides a possibility to read/write this data as a stream. I'd like to expose this functionality to the Torque API somehow. (Not entirely sure if that is possible at all) > Are there objections against > - adding groovy as additional template language to the generator > - adding typed models to the generator > - try to use convention over configuration in the generator > - starting an eclipse plugin elswhere All +1. The eclipse plugin could as well be hosted in the Torque SVN, IMO. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org