Wednesday, November 21, 2012

gwt-pushstate: Easy to use HTML5 pushState support for GWT

Hello GWT community,

I've just released gwt-pushstate. It implements HTML5 pushState with GWTs standard History API and should work with existing applications fairly well. It also makes sure that the development mode doesn't break and provides a transparent fallback for non-pushState browsers. It's open source (Apache2) and uploaded to the Maven central repository. You can find the source here: https://github.com/jbarop/gwt-pushstate

A running sample application is uploaded here: http://gwt-pushstate-examples.appspot.com
The sample is basicly GWTP-0.7's gwtp-sample-hplace with little modifications to add the pushState support: https://github.com/jbarop/gwt-pushstate/commit/a3d278b2fae71adc4ea7fb22c5eb121ada36b644


Any feedback heavily appreciated.
Johannes

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