Re: User visible urls

2012-08-29 Thread Carlos Aguayo
Hi, I created an example and published an example based on Thomas' example: http://carlosaguayo.posterous.com/html5-history-in-gwt On Tuesday, February 28, 2012 10:31:43 AM UTC-5, apanizo wrote: Hi all, In the next weeks I'm going to start a new app, and I am really interested in this

Re: User visible urls

2012-02-28 Thread Adolfo Panizo Touzon
Hi all, In the next weeks I'm going to start a new app, and I am really interested in this question. The solution that @Thomas has proposed is really interested. But I don't know exactly how it works. The question is, could you provide me an simple simple example? Or link? Thank you, Adolfo.

Re: User visible urls

2012-02-27 Thread Carlos Aguayo
works like a sharm! thanks buddy! On Wednesday, February 22, 2012 5:08:23 AM UTC-5, Thomas Broyer wrote: On Tuesday, February 21, 2012 6:04:55 PM UTC+1, Carlos Aguayo wrote: Hi Thomas, could you share the one that you wrote to use pushState? Thanks! Here's a skeleton implementation:

Re: User visible urls

2012-02-22 Thread Thomas Broyer
On Tuesday, February 21, 2012 6:04:55 PM UTC+1, Carlos Aguayo wrote: Hi Thomas, could you share the one that you wrote to use pushState? Thanks! Here's a skeleton implementation: https://gist.github.com/1883821 -- You received this message because you are subscribed to the Google Groups

Re: User visible urls

2012-02-21 Thread Carlos Aguayo
Hi Thomas, could you share the one that you wrote to use pushState? Thanks! -- 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/-/pKyIVdEyL4EJ. To post

Re: User visible urls

2011-12-05 Thread Thomas Broyer
Historyhttp://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.htmlis made for that. If you want to use HTML5's pushState/popstate, that should be possible using deferred-binding (to replace the underlying implementation using onhashchange with one using pushState). If you're

Re: User visible urls

2011-12-05 Thread Phil McDonnell
Looks great! Thanks! On Mon, Dec 5, 2011 at 3:13 AM, Thomas Broyer t.bro...@gmail.com wrote: Historyhttp://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.htmlis made for that. If you want to use HTML5's pushState/popstate, that should be possible using deferred-binding

User visible urls

2011-12-04 Thread Phil McDonnell
I like the concept of GWT being a webapp, but users still want bookmark-able urls in many situations. Does anyone have a pointer for best ways to expose urls that can bookmark somewhere deep in a gwt app? For instance, a shopping site might have the url my-gwt-app.com/products/stuffed-bunny so

Re: User visible urls

2011-12-04 Thread Raphael André Bauer
On Mon, Dec 5, 2011 at 7:21 AM, Phil McDonnell phil.a.mcdonn...@gmail.com wrote: I like the concept of GWT being a webapp, but users still want bookmark-able urls in many situations.  Does anyone have a pointer for best ways to expose urls that can bookmark somewhere deep in a gwt app? For