ORM frame work

hello every one:

I am new to the ORM and looking to generate DAOs for one of my applications. A small search shows that there are many of this frame works for ORM and persistence. I am not looking to use persistence at this point. All I need is to generate DAOs from my existing mysql design. The APIs I came accross makes the task of choosing which one harder (Hibernate, JDO, torque , iBatis ... etc). Did any one had to do a research about which one to start with ?

[481 byte] By [M-Aa] at [2007-11-27 4:43:37]
# 1
Generating DAO's? That is a bit pointless, with an ORM you have an "universal DAO".Aren't you just talking about generating DTO's? Hibernate can do that, with the help of Ant.
BalusCa at 2007-7-12 9:55:25 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...