Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 24540 invoked from network); 25 Dec 2008 09:36:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Dec 2008 09:36:42 -0000 Received: (qmail 47975 invoked by uid 500); 25 Dec 2008 09:36:35 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 47965 invoked by uid 500); 25 Dec 2008 09:36:35 -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 47956 invoked by uid 99); 25 Dec 2008 09:36:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Dec 2008 01:36:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harawata@gmail.com designates 209.85.142.191 as permitted sender) Received: from [209.85.142.191] (HELO ti-out-0910.google.com) (209.85.142.191) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Dec 2008 09:36:26 +0000 Received: by ti-out-0910.google.com with SMTP id a1so2329462tib.24 for ; Thu, 25 Dec 2008 01:36:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=E1QXnt24O5OtmZM130v4vCwMlvgcwcYqQjfvABtQ43Q=; b=IpYcRuJyycbDWfL9vR4dEXG4R5DIV7syXoAklesZECc7RA27tmTglJAvlQIw3FppoI 1EG5HveblEHyr2aLM6j/avhmJMKydtftpMc0DpyOs3otxJYvg2aDXzZm4ySGC4eBM569 7zD0L93ZzbevLfoJmtqxK/xenoFYlx5+kawQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=WhLilOHRT1zKGqWXOdVhgn3w3DE1/tx9S4zx4RHKPJ08tQ/GCiG2qttkPFydd5p9ZB Ls4srsCQqDVe5kWZUS1leAxpvj6LlM6NAWgGrAaUBtTg957dqwTX6UUAIz8vFOci5ryX Wet6wMzVYyU8Vlyhht8X6WiGkjots3sWL+WjU= Received: by 10.110.86.3 with SMTP id j3mr5956977tib.46.1230197764036; Thu, 25 Dec 2008 01:36:04 -0800 (PST) Received: from warrior.local ([219.113.215.77]) by mx.google.com with ESMTPS id b7sm3177561tic.23.2008.12.25.01.36.02 (version=SSLv3 cipher=RC4-MD5); Thu, 25 Dec 2008 01:36:02 -0800 (PST) Message-ID: <49535400.3040306@gmail.com> Date: Thu, 25 Dec 2008 18:36:00 +0900 From: "Iwao AVE!" User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: user-java@ibatis.apache.org Subject: Re: [ANNOUNCE] Ibator Version 1.2.1 Available References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thank you Jeff, 1.2.1 works fine with Eclipse + Ant. And I really like the new plugin system. I don't have much time to play with it, but some basic plugins I have written are working fine. - Adds LIMIT clause to example class. - Adds FOR UPDATE clause to example class. - Adds @Repository annotation to DAO implementation. - Adds an @Autowired method for Spring to inject SqlMapClient into DAO implementation. I can now pick some of these plugins for each project. It was difficult with the old extension approach. Great work. Regards, Iwao Jeff Butler wrote on 08.12.23 9:21 AM: > Ibator version 1.2.1 is now available. Ibator is a code generation > tool for iBATIS. It runs standalone, or as an Eclipse plugin. It is > the renamed and improved version of Abator. > > This is primarily a bug-fix release to resolve two issues that > manifested in the Eclipse plugin. There are also enhancements to the > IbatorPlugin API, and a couple of new features in the Eclipse plugin. > > See the "What's New?" page for details of the changes here: > > http://ibatis.apache.org/docs/tools/ibator/whatsNew.html > > See this page for download links and other information: > > http://ibatis.apache.org/ibator.html > > Happy Holidays Everyone! > Jeff Butler