@Ed, pushState and semanatic route tokens are implemented in GWTP Framework [1] It has its own concepts for moving between "places" (there are not even called places ;-)). I have been using GWTP in production for long time and simplifies several rough edges of using plain GWT.
[1] http://dev.arcbees.com/gwtp/core/navigation/token-formats.html#configure On 16/11/15 13:12, Ed Bras wrote: > @Thomas: thanks for your input. Yes, I remember I also looked at your > Html5Historian code as example. > Do you know if or how, the Html5 pushState will be supported in the gwt core? > I think it should be possible to support it the way I implemented it: use > pushState if the browser supports it, else the old hash fragment method is > used. > > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
