Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 65490 invoked from network); 20 Aug 2006 23:42:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Aug 2006 23:42:48 -0000 Received: (qmail 60197 invoked by uid 500); 20 Aug 2006 23:42:46 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 60187 invoked by uid 500); 20 Aug 2006 23:42:46 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 60176 invoked by uid 99); 20 Aug 2006 23:42:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 16:42:46 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jeffgbutler@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 16:42:45 -0700 Received: by ug-out-1314.google.com with SMTP id m2so1505737ugc for ; Sun, 20 Aug 2006 16:42:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=SPeKhnEu7jYZlx1qRrpF1qNpfqPlM9LI0K7+0esW9IxQAK/uw9XbKyRP29uESPpjS07Cz7o3st/6k9GQKPlRHiFojAyBcmhOE2V32p7YCNObzZGX/ajCsf5EYXJHuHBQFPYiOjbW0yWM2nddry1MPq7xGXbIZTTpZZVDja2bltg= Received: by 10.67.119.5 with SMTP id w5mr3229599ugm; Sun, 20 Aug 2006 16:42:24 -0700 (PDT) Received: by 10.66.221.15 with HTTP; Sun, 20 Aug 2006 16:42:24 -0700 (PDT) Message-ID: Date: Sun, 20 Aug 2006 18:42:24 -0500 From: "Jeff Butler" To: dev@ibatis.apache.org, user-java@ibatis.apache.org Subject: Abator Version 1.0.0 Now Available! MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37750_12363518.1156117344344" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_37750_12363518.1156117344344 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Abator version 1.0.0 is now available. This is a significant upgrade from version 0.6.5 and includes many new features. Noteworthy new features include: - Ability to generate code for Java 5 including the use of parameterized types - Ability to generate different types of domain models, including a flat model if you dislike separate classes for primary keys and BLOBs - VASTLY improved "by example" methods. The new methods can generate virtually any where clause, including INs and BETWEENs, and the generated DOAs and SqlMaps are MUCH smaller. The new example class can get large, but most functions for the dynamic where clause are encapsulated into that class (this support requires that you use iBATIS 2.2.0 or higher for the nested support) - VASTLY improved documentation for Abator, including a complete list of new features, is now available online here: http://ibatis.apache.org/docs/tools/abator/ Please read the "What's New?" section of the online docs before upgrading - some of the default options have changed, and this could cause code to be generated that is not completely the same as prior versions of Abator. There are options available to generate code exactly as in prior versions if you so desire. See this page for download links and other information: http://ibatis.apache.org/abator.html Thanks for all the comments and feedback about Abator. I've Incorporated everything I thought was reasonable into the new release. Jeff Butler ------=_Part_37750_12363518.1156117344344 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Abator version 1.0.0 is now available.  This is a significant upgrade from version 0.6.5 and includes many new features.  Noteworthy new features include:
 
- Ability to generate code for Java 5 including the use of parameterized types
- Ability to generate different types of domain models, including a flat model if you dislike separate classes for primary keys and BLOBs
- VASTLY improved "by example" methods.  The new methods can generate virtually any where clause, including INs and BETWEENs, and the generated DOAs and SqlMaps are MUCH smaller.  The new example class can get large, but most functions for the dynamic where clause are encapsulated into that class (this support requires that you use iBATIS 2.2.0 or higher for the nested <iterate> support)
- VASTLY improved documentation for Abator, including a complete list of new features, is now available online here:
 
 
Please read the "What's New?" section of the online docs before upgrading - some of the default options have changed, and this could cause code to be generated that is not completely the same as prior versions of Abator.  There are options available to generate code exactly as in prior versions if you so desire.
 
See this page for download links and other information:
 
 
Thanks for all the comments and feedback about Abator.  I've Incorporated everything I thought was reasonable into the new release.
 
Jeff Butler
 
 
------=_Part_37750_12363518.1156117344344--