Thank you very much for your quick reply! I'll definitely have a look! Thanks again!
On Monday, November 12, 2012 12:45:53 PM UTC+1, Thomas Broyer wrote: > > Easiest is to use a dynamic host > page<https://developers.google.com/web-toolkit/articles/dynamic_host_page>. > The token passed by the SSO is processed on the server-side and the user > info (along with a token for the app and/or a session/cookie) is written in > a <script> in the page, which is read from the GWT app using either a > Dictionary or a JSNI method. > Have a look at the guice-rf-activity archetype in > https://github.com/tbroyer/gwt-maven-archetypes. Usage with a SSO > shouldn't be much different. > BTW, this is more or less what Google does for all their apps (GMail, > Groups, etc.) > > -- 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/-/QDH3WqorxCQJ. 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.
