The solution is to move to the "part 2" article and follow the advice here: 
do not use HasXxxHandlers/HasValue/etc. interfaces but make up your own 
Presenter interface, single point of interaction from the view to the 
presenter (the view then pushes to the presenter, rather than the presenter 
pulling from the view).
Have a look at 
http://www.google.com/events/io/2010/sessions/gwt-continuous-build-testing.html 
too 
in how to organize your MVP (responsibilities of each part)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Hc-ff9p_zFwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to