You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-user@db.apache.org by Philip Mark Donaghy <ph...@gmail.com> on 2006/02/27 11:17:55 UTC

Simple JDBC Object relational mapping

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?
--
Philip Donaghy
donaghy.blogspot.com del.icio.us/donaghy/philip
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62

Re: Simple JDBC Object relational mapping

Posted by Philip Mark Donaghy <ph...@gmail.com>.
Thanks thomas, I am going for a web interface to the database so that
users can manage their entities without having to use sql. I am using
Andromda (open source bsd).

Andromda allows you to create a class diagram with associations to one
another. From this it generates a database schema, a spring service
layer, and web app with search, create, update, and delete
functionality.

There was an online demo but their site just got overhauled so it is
not running.

Unfortunately for apache it uses lgpl software like hibernate.

Caio

On 2/27/06, Thomas Dudziak <to...@gmail.com> wrote:
> On 2/27/06, Philip Mark Donaghy <ph...@gmail.com> 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
>


--
Philip Donaghy
donaghy.blogspot.com del.icio.us/donaghy/philip
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62

Re: Simple JDBC Object relational mapping

Posted by Thomas Dudziak <to...@gmail.com>.
On 2/27/06, Philip Mark Donaghy <ph...@gmail.com> 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