Could you advice me how to proceed in catching session timeout in a GWT project. I m using gwt dispatch lib.
To use gwt-dispatch we create an object 开发者_开发问答like: private static final DispatchAsync dispatchAsync = GWT.create(DefaultDispatchAsync.class);
Where gwt-dispatcher classes (Action, Result, Handler) should b开发者_C百科e kept? I mean it should be all in client package or maybe shared or any other combination? How do You handle this?I wrote a
I\'d like to use gwt-dispatch Command Patter implementation in my app. I\'m using also mvp4g. How can I make DefaultDispatchAsync available to inject into my presenters usin开发者_C百科g GIN or make i
I have some questions regarding gwt-dispatch and guice. I\'m using Guice 2.0, gwt-dispatch 1.1.0 snapshot, mvp4g 1.1.0 and GIN 1.0
After looking into gwt-dispatch and the Googl开发者_JAVA百科e Wave I/O presentation (Best practices) (video here), I\'m wondering why the official GWT release (2.0) doesn\'t use dispatch (ie. the comm