On Tue, Jan 13, 2009 at 12:38 PM, Joshua Partogi <joshua.j...@gmail.com> wrote:
>
> Dear all,

HI!

> Is it possible to have RESTful URL with GWT?

With GWT, you should only manipulate the fragment part of the URL (the
part after a #), otherwise the browser re-loads the page.
You can use your own convention in the fragment to identify the server
side resource the application is accessing, or make any other aspect
of client-side application state bookmarkable and back/forward button
compliant.
Here's now:
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideHistory
In fact the google document reader is a pretty good example itself :-)
http://code.google.com/docreader/#p=google-documentation-reader&s=google-documentation-reader&t=UrlFormat

Please note however that the fragment portion of the URL is not
normally processed by the server or intermediaries, in fact they only
see it when an URL is accessed from the bookmarks or is passed around.

Is this what you were after? We are somewhat unsure.


Gabor Szokoli

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to