Thank you very much. It worked great with the guava cache. El 19/07/2013 16:04, "Ioan Eugen Stan" <[email protected]> escribió:
> I think it does this because you have slow DNS resolution. You could > cache the information once you get it - we should do this in the > server but you could do it also in your app. I recommend you use Guava > Cache [1]. > > In the mean time you could use A GWT Async call [1]. This way you > build the table when you get the data. > > [1] > http://www.gwtproject.org/doc/latest/DevGuideServerCommunication.html#DevGuideGettingUsedToAsyncCalls > [2] https://code.google.com/p/guava-libraries/wiki/CachesExplained > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
