carlo wrote:
> thanks...
>
> is the new java 6 worth anything in this respect. I saw you could do
> stuff using annotations, but im unsure how it deals with aggegating
> various tables etc....
>
> thanks for all the suggestions... I'll definetily have a look at them.
> Which ones do you have experience with?
In my opinion current persistence options are quite complicated, partly
due to the desire to adhere to complex APIs such as JPA which is based
on annotation, partly to the desire to provide support for all of the
possibilities. My experience had shown to me that a library that makes
simple things simple while complex things possible will always provide
better value then a complex library which makes all things complex.
Most of the libraries introduce SQL like proprieatary language that
makes things ever more complicated.
I had experience with iBatis as an evaluator, with Hibernate as a
library user.
http://www.JDBCPersistence.org is the library I developed
to meet my requirements of simplicity and performance.
Good luck in your choice.
>> Stay informed about: The best Java ORM