I'm new to GWT and the Java world having been in the .NET space for about 10 years. Our application will be a multi-tenant one (at least, to the degree that I understand the definition). We'd like customers to be able to navigate to www.mysite.com/customerName, then log in from there. I think I have a handle on how to manage this from the GAE datastore side but am wondering how to manage this URL mapping in web.xml for GWT.
Also, would like to get some opinions on how to manage the authentication once it's set up. Here's how I see it working: - User navigates to www.mysite.com/customerName - System retrieves company data and stores in session and displays login page - User logs in. System authenticates user - For all RPC calls, system verifies user is logged in *and* checks that the URL matches the company info in the session Basically, I want to guard against a user logging into one client site, then navigating to another. Thanks Kyle -- 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.
