Tagged Questions
2
votes
2answers
301 views
How to synchronize client and server model objects?
We have a client-server application with a thick client (GWT).
There are client-side MVP presenters (MVC controllers) which hold references to some objects viewed in the GUI. Some user actions cause ...
1
vote
2answers
148 views
Suggestion for setting web application parameters
I'm creating a web application on GWT. I'm using MVP pattern with activities and places. I have a xml config file containing some parameters to be used by the application. Content of this xml file is ...