Hi all, i'm trying to organize a project using GWT. What should i do is to get data from google contacts and then show them in my application. in my test project i'm able to request access to gdata using oAuth2 and read contact list etc. All i did is inside three servler called PreAuth, postAuth and ContactList.
Now i'm stuck! I understand the GTW logic, so a client starts and ask data to the server who answer asyncronously. But in my case, if I call the first servlet i loose the control because it ends in a redirect to google auth page. Moreover i can't find how to organize different pages (contact list page, contact details page,etc) if i only have one entrypoint. Can someone address me? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.