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
I am trying to develop a GWT app with the MVP pattern. So far so good except for one specific case of actions: actions that do not change the url (no browser history change).
I\'m just learning GWT so I\'m still trying to sort out all of its quirks and features.I\'m reading through the example they give illustrating the MVP pattern, and I pretty much get it, except I\'m wo
I have worked with ASP.NET(C#, classic/MVC), Django(Python) and CI(php) but I am completely new to GWT and JSP/servlets, and I have been told to learn GWT MVP. So, I read a tutorial for GWT-MVP from g