This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes GWT and the fly likes How can we save state of a GWT page? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "How can we save state of a GWT page?" Watch "How can we save state of a GWT page?" New topic
Author

How can we save state of a GWT page?

rubina paul
Greenhorn

Joined: Jul 25, 2012
Posts: 2
Hi All,

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.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can we save state of a GWT page?
 
Similar Threads
JColorChooser and StyledEditorKit foreground
on submission JSP page disappear from browser
Calling RPC present in different server
IE vs Mozilla + Java script code
Need technical guidance to solve my issue