You could also implement it using a ServletFilter. Take a look at the mobile web app example from GWT which uses a ServletFilter to authenticate users against Google App Engine:
http://code.google.com/p/google-web-toolkit/source/browse/releases/2.4/samples/mobilewebapp/src/main/java/com/google/gwt/sample/gaerequest/server/GaeAuthFilter.java Then simply add the Filter to your web.xml. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/yXFImr9323wJ. 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.
