RE: struts 2 best practice for hibernate session

2007-08-23 Thread Baseer Patel MD
age- From: Leonidas Papadakis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 3:41 PM To: Struts Users Mailing List Subject: Re: struts 2 best practice for hibernate session Thank you for your reply. What about the performance in this case... Is it going to be fast and stable ? L Ba

Re: struts 2 best practice for hibernate session

2007-08-23 Thread Leonidas Papadakis
d by spring(HibernateTemplate , SimpleJDBCTemplate..) -Original Message- From: Leonidas Papadakis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 3:04 PM To: Struts Users Mailing List Subject: struts 2 best practice for hibernate session Greetings to all, since i am migrating to str

RE: struts 2 best practice for hibernate session

2007-08-23 Thread Baseer Patel MD
Sent: Thursday, August 23, 2007 3:04 PM To: Struts Users Mailing List Subject: struts 2 best practice for hibernate session Greetings to all, since i am migrating to struts2 i would like to ask which is the most efficient way to handle the hibernate sessions ... i.e. stick to the hibernateutil class tha

struts 2 best practice for hibernate session

2007-08-23 Thread Leonidas Papadakis
Greetings to all, since i am migrating to struts2 i would like to ask which is the most efficient way to handle the hibernate sessions ... i.e. stick to the hibernateutil class that is on hibernate website example ? Create a application scope bean accessible via spring ? Your answers are app