I don't think iBatis is a real ORM tool: is more an helper library for JDBC. You will always have to write your INSERT/UPDATE/DELETE statements, while Hibernate does that job for you (once written the xml mappings).
IMHO hibernate is better if you have a very good db scheme and if you are not going to do massive INSERTS/DELETES. Or not? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]