Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 30397 invoked from network); 27 Feb 2006 10:48:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Feb 2006 10:48:01 -0000 Received: (qmail 4137 invoked by uid 500); 27 Feb 2006 10:47:37 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 4078 invoked by uid 500); 27 Feb 2006 10:47:37 -0000 Mailing-List: contact ddlutils-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-user@db.apache.org Delivered-To: mailing list ddlutils-user@db.apache.org Received: (qmail 3877 invoked by uid 99); 27 Feb 2006 10:47:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2006 02:47:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tomdzk@gmail.com designates 66.249.92.195 as permitted sender) Received: from [66.249.92.195] (HELO uproxy.gmail.com) (66.249.92.195) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2006 02:47:33 -0800 Received: by uproxy.gmail.com with SMTP id c2so332118ugf for ; Mon, 27 Feb 2006 02:47:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZCnKJrF0jbl6cIMcZHX0942rsZdvfLaBMiaNesaVRPYDje6syUoLHlvnFlC5+NwMT49n+ELK7uPHJqFAEirPv5d1czEVspX5/qVIZqiPT7HVeXO2CG92HowGgFtwTMhXQ/jarJa8HM3E5DFEdBdwoeVynQmFyq9j/3h0rQ3BRZk= Received: by 10.67.30.15 with SMTP id h15mr1250464ugj; Mon, 27 Feb 2006 02:47:12 -0800 (PST) Received: by 10.67.30.2 with HTTP; Mon, 27 Feb 2006 02:47:12 -0800 (PST) Message-ID: <224f32340602270247t76349fabh9b547f85664d754b@mail.gmail.com> Date: Mon, 27 Feb 2006 11:47:12 +0100 From: "Thomas Dudziak" To: ddlutils-user@db.apache.org Subject: Re: Simple JDBC Object relational mapping In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/27/06, Philip Mark Donaghy wrote: > I am using a ddlutils.jar that I built from the january 20th source > code. It is working as expected on my mssql and mysql test and > development platforms. I use both the ddlToDatabase and databaseToDdlI > tasks to keep my schema independent of mysql or mssql. I am searching > for a simple jdbc tool that does the most common jdbc queries. > > Has anyone used ibatis? I've never personally used iBatis though I've heard it is good. Other things you might want to try if you're looking for something simpler, are commons-dbutils and jDBI. Tom