Hello, I am developing one big gwt application with multiple RemoteServiceServlet. Each remote servlet is responsible for a different module.
Untill now I used a quick and dirty login mechanism, but now I want to improve that. I was thinking of using an intercepting filter (javax.servlet.filter) for it in each RemoteServiceServlet which will redirect the user to the login page (a different html) when e.g. the session has timed out. However this would mean that one or more RPC requests will possibly not get responded as it is the servlet redirecting to a different page. Will this have any consequences (e.g. that after a while of time there are no resources for RPC requests left)? Now I am a newbie on struts, but I know that it allows you to do quite easily this kind of login redirections. Would it make a lot of sense to use struts for this kind of login and redirection. I am not planning to use struts for anything else. Of course, any other great ideas are always welcome. Cheers Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
