On 2/27/06, Philip Mark Donaghy <[EMAIL PROTECTED]> 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
