Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread aum strut
That's really Helpful Greg On Wed, Oct 13, 2010 at 12:21 AM, Greg Lindholm wrote: > Here are some that I've used in recent project: > > AuthenticationInterceptor to check if user is signed in. > HibernateInterceptor to manage Hibernate session lifecycles > LoggingInterceptor for custom logging >

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread Greg Lindholm
Here are some that I've used in recent project: AuthenticationInterceptor to check if user is signed in. HibernateInterceptor to manage Hibernate session lifecycles LoggingInterceptor for custom logging HandsetPropertiesInterceptor for injecting properties into the request based on User-Agent sett

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread aum strut
I am truely agree but can give me some example where you have applied them just to get me an idea may be lacing imagination this time :) On Tue, Oct 12, 2010 at 10:40 PM, Greg Lindholm wrote: > Every app I've written has custom interceptors (and of course custom > interceptor stacks). > Don't fe

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread Greg Lindholm
Every app I've written has custom interceptors (and of course custom interceptor stacks). Don't fear interceptors, they are your friends. On Tue, Oct 12, 2010 at 12:17 PM, aum strut wrote: > Hi All, > > I have a generic question about Struts2Interceptor,since Struts2 is itself > in term of Interc

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread Dave Newton
I don't think I've deployed an app without at least one or two custom interceptors. On Tuesday, October 12, 2010, aum strut wrote: > Hi All, > > I have a generic question about Struts2Interceptor,since Struts2 is itself > in term of Interceptor and most of the required interceptors are there > pl