If you wrap all communication with the server (Command pattern), this is an appropriate place to put some logic that deals with user login problems, such as server-side authentication timeouts.
Juan 2011/2/23 H Mahesh <[email protected]> > My app is currently built around the Spring framework and Spring Security + > GWT. > I am using spring security mechanism (concept of > ExceptionTranslationFilter) to redirect to login page on session timeout. > > Mentioned session timeout in web.xml. > > > but in GWT it wont redirect to login page , it throws invocation > Exception. So how can i implement this.and display a message session > timeout. > > -- s > > --------------------------------------------------------------------------------------------------------------- > *Thanks & Regards* > Mahi > "In the journey of life, if you want to travel without fear, you must have > the ticket of a good conscience." > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
