Hi,

I suggest you take a look at both - they're both great frameworks that ease development and you will find tons of people that will tell you that Hibernate is better and just as many that are claiming the opposite.

Basically it boils down to this: Do you want to
a) write the SQL for the CRUD operations yourself and have some kind of control over what is happening, or
b) let the framework worry about it.

If you choose a) then iBatis is the right thing for you, otherwise go with Hibernate.

HTH,
Tom

JEEVANATHAM P. /BPCRP/INFOTECH/VASHI wrote:
Hi all,

For my project we are doing lot of database actions such as inert, update,
delete and read.

For that which java frameworks is best to use?

Hibernate or iBATIS or anyother?

Please let me know.

Regards,

JEEVANANTHAM PARAMASAMY,



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to