Monday, October 31, 2011

Re: Clarifying Understanding of Presenter Interface

You should definitely read part 2 of the article you have mentioned. It describes the use of MVP in combination with UiBinder. Following part 2 the presenter interface is defined inside the view interface (which means one presenter interface per view if the view provides some user interaction). I found it more intuitive as part 1.

The approach of part 2 also leads to cleaner code.


--
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/-/ELhCECQSrhkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment