http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting
You could use code-splitting for the purpose. If user is authenticated then send him js code.. else don't. On Tue, Feb 9, 2010 at 5:08 AM, Thomas Broyer <[email protected]> wrote: > > > On 8 fév, 23:26, Simon <[email protected]> wrote: > > Yes that is the basics of app engine security. I use it to get the > > Google account of the user. > > > > This is the first step of the login: Google authentication. > > Second step I want to validate the Google account against my own set > > of users, > > Last step I want to send to the user the whole javascript app. > > You could use a servlet filter to let users in to the app or redirect > them out; or use a servlet or JSP as the "host page" for the app. > > -- > 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]<google-web-toolkit%[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.
