Google Web Toolkit News - onGWT.com

To content | To menu | To search

Tag - history

Entries feed - Comments feed

Monday 25 February 2008

GWT Tutorial : Using History mechanism

Nazmul Idris

This tutorial takes the background information on GWT History Management provided in the Managing History and Hyperlinks tutorial and uses it to create an RSS reader application that uses this history mechanism to load initialization parameters.

GWT Tutorial - Using History mechanism to create an RSS reader app

Tuesday 24 April 2007

History and Bookmark in GWT

Kiet Huynh

I think a good way to do it is to refactor the onClick method. A new method should be created. This method does the RPC call and has the parameters that the stored procedure needs. The onClick method will call this method. Also each token for the History class should contains the parameters that the stored procedure needs so then a RPC call can be made when the onHistoryChange is fired.

Is it really a good solution ?