You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "JEEVANATHAM P. /BPCRP/INFOTECH/VASHI" <je...@3i-infotech.com> on 2006/01/10 08:25:54 UTC

which one is best for DATA PERSISTENCE

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, 



 

-- 
Greetings!

 


ICICI Infotech is now 3i Infotech.


The e-mail addresses of the company's employees have been changed to <existing name>@3i-infotech.com. You are requested to take note of this new e-mail ID and make use of the same in future

 
"This e-mail message may contain confidential, proprietary or legally privileged information. It should not be used by anyone who is not the original intended recipient. If you have erroneously received this message, please delete it immediately and notify the sender. The recipient acknowledges that 3i Infotech or its subsidiaries and associated companies, (collectively "3i Infotech"), are unable to exercise control or ensure or guarantee the integrity of/over the contents of the information contained in e-mail transmissions and further acknowledges that any views expressed in this message are those of the individual sender and no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of 3i Infotech. Before opening any attachments please check them for viruses and defects."


Re: which one is best for DATA PERSISTENCE

Posted by Emmanouil Batsis <Em...@eurodyn.com>.
JEEVANATHAM P. /BPCRP/INFOTECH/VASHI wrote:

>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?
>

There is no such thing as "the best to use". It all depends on your 
project requirements and know how. Different tools for different fools 
rhymes well in my head's well.

Hmm. Maybe i should stick to code.

Manos




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: which one is best for DATA PERSISTENCE

Posted by Tom Ziemer <t....@dkfz-heidelberg.de>.
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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org