Re: Populating ListBox's using Activities and Places
One of the goal of MVP is to make your presentation logic quickly & easily testable (in GWT, that means using "pure JUnit" rather than the sluggish GWTTestCase). As a result, you'd like to make you view as "dumb" as possible (without necessarily pushing everything to presenter though, as it'd lose readability and thus maintainability). So, you'd better put your RPC call in your presenter (activity). --
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/-/keOKWYW9NPIJ.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home