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 Baseer Patel MD
If spring take control of this then you can access many spring&container feature on session. Also you can take advantage of different Templates provided by spring(HibernateTemplate , SimpleJDBCTemplate..) -Original Message- From: Leonidas Papadakis [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread Baseer Patel MD
B-INF\classes\it\francesco\tutorial\utils Is this what you meant Baseer? Thanks Baseer Patel MD wrote: > > Please check location of property file > It should be in "it.francesco.tutorial.utils" inside your web root > WEB-INF\classes (i.e classpath) > > -Origin

RE: Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread Baseer Patel MD
Please check location of property file It should be in "it.francesco.tutorial.utils" inside your web root WEB-INF\classes (i.e classpath) -Original Message- From: kokro [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 7:22 PM To: user@struts.apache.org Subject: Retriving values f

RE: [OT] Re: [action question]

2007-08-16 Thread Baseer Patel MD
Through spring frame work one can integrate other open source framework (like hibernate, Struts iBatis..) in a flexible way. Spring provides many other features like DI and AOP. Also we can add customized code through interceptors and proxy. DI = No need to create Bean, container knows when and how