We have one requirement to implement in GWT application. Below example will clear the requirement –
There are 3 screens in application. Suppose, user is on 2nd screen after moving from 1st screen to 2nd screen. When user clicks on Next button on first screen, then some RPC call is executed and fetch data from some external database. This data is used to display on 2nd screen. Now user bookmarks the browser URL (2nd screen) and closes the browser window.
Next time, now user directly wants to navigate to the 2nd screen without repeating the work done on 1st screen. We want to store the state of 2nd screen somehow on browser. If this screen launches, all Next and Previous button should also work properly.
Is this requirement achievable, if yes then which GWT APIs provides this feature? Please advice.
--
You received this message because you are subscribed to the Google Groups "GWTEventService" group.
To view this discussion on the web visit https://groups.google.com/d/msg/gwteventservice/-/eQJl3R2z9dQJ.
To post to this group, send email to gwteven...@googlegroups.com.
To unsubscribe from this group, send email to gwteventservi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwteventservice?hl=en.
Oh, i almost forgot
this link join the client side storage world.
2012/7/26 Luigi Bifulco <bifulc...@gmail.com>
i think you could refer storage API from HTML5 spec. and wrapped since GWT 2.4... good work :).For storage and synchronize pattern you can search in google for similar case studies.I hope this was helpful.Luigi
2012/7/26 Rubina Paul <er.pau...@gmail.com>
We have one requirement to implement in GWT application. Below example will clear the requirement –
There are 3 screens in application. Suppose, user is on 2nd screen after moving from 1st screen to 2nd screen. When user clicks on Next button on first screen, then some RPC call is executed and fetch data from some external database. This data is used to display on 2nd screen. Now user bookmarks the browser URL (2nd screen) and closes the browser window.
Next time, now user directly wants to navigate to the 2nd screen without repeating the work done on 1st screen. We want to store the state of 2nd screen somehow on browser. If this screen launches, all Next and Previous button should also work properly.
Is this requirement achievable, if yes then which GWT APIs provides this feature? Please advice.
--
You received this message because you are subscribed to the Google Groups "GWTEventService" group.
To view this discussion on the web visit https://groups.google.com/d/msg/gwteventservice/-/eQJl3R2z9dQJ.
To post to this group, send email to gwteventservice@googlegroups.com.
To unsubscribe from this group, send email to gwteventservice+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/gwteventservice/-/HaN6MmWOGl4J.
To post to this group, send email to gwteven...@googlegroups.com.
To unsubscribe from this group, send email to gwteventservi...@googlegroups.com.