I'm looking for opinions on using Hibernate with struts.  Pro's /cons. etc.

My approach for data driven apps where the data changes rather frequently, 
would be jdbc interaction with stored procedures that populate beans that get 
passed around the app.  But im hearing so much about how hibernate is terrific. 
 Im not sure if its because it makes working with a DB easier for non sql 
experts or because there are legitimate benefits.  It appears that it generates 
ansi sql statements from the objects it creates which to my seems slower db 
interaction than using a cachable stored procs while creating more objects to 
do the interaction.  

What does everyone think?

-Thanks
-Brian

Reply via email to