Wednesday, May 25, 2011

Re: Forwarding all calls to the initial page


You might want to check out the javadoc for com.google.gwt.user.client.Window.Location (has helper methods to get access to the URL, hashes, and GET parameters).  If this is a precursor to a more advanced application, you may want to take the time to learn how GWT's history mechanism works (store and retrieve application state through URL hash tokenization), and patterns that build upon it like Activities & Places.

GWT's javadoc viewer can be found here:

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment