New open source Java persistence tool
Hibernate is an open source O-R mapping tool that works without code generation
or bytecode processing .... and supports inheritence, association, composition,
collections .... and is compatible with a bunch of big-name databases.
Way more powerful than CMP and easier to use than JDO. And free.
http://hibernate.sourceforge.net
Re: New open source Java persistence tool
"1ovthafew" <1ovthafew@mbox.nospam.com.au> wrote:
>
>
>Hibernate is an open source O-R mapping tool that works without code generation
>or bytecode processing .... and supports inheritence, association, composition,
>collections .... and is compatible with a bunch of big-name databases.
>
>Way more powerful than CMP and easier to use than JDO. And free.
>
>http://hibernate.sourceforge.net
I looked at this and it is really cool. Unfortunately it is under LGPL -
so it really isn't 'free'. So if you can use it - do it.
Mark