Handling data update/freshness issue in web-app in general (or GWT specifically)
- by edwin.nathaniel
In general, how do you guys handle user update/data freshness interaction with the user (UI issue) in web-apps?
For example:
Multi-users web-app (like project management)
Login to a "virtual" space
People can update project names, etc
How to handle a situation such that:
user-A and user-B load a project with title "Project StackOverflow"…