Batching in RequestFactory can be done using RequestBatcher [1] and retries, as well as sending status events about pending requests, can be done by implementing a custom RequestTransport [2] for RequestFactory. Not sure if there is anything pre-implemented in case of the RequestTransport though.
[1] http://www.gwtproject.org/javadoc/latest/com/google/web/bindery/requestfactory/gwt/client/RequestBatcher.html [2] http://www.gwtproject.org/javadoc/latest/com/google/web/bindery/requestfactory/shared/RequestTransport.html -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
