Re: Pre-load server-side resource before client finishes initializing

2013-03-27 Thread Jens
You can put the data directly into your index.html (static data) or index.jsp (dynamic data generated by server) and load it through GWT's dictionary class. Obviously you would need to make sure that the browser does not cache index.html/jsp in case you need to update the data. http://google-we

Pre-load server-side resource before client finishes initializing

2013-03-27 Thread A1234
In our application we have some properties that are configured on the server (via a properties file) and need to be sent to the client. These are "mostly static" in that they are able to be changed, but in general they won't change. For example, one form we validate the email address against a