Should not the Presenter create the view?
Sometimes you need different views (based on authorization data in my
case) where you can reuse the Presenter. I let the Presenter decide
which view to use. I do this in the ctor.
In all examples I see however, the Presenter and View are created by
the parent Presenter/AppContext. Also every View has its own Presenter
(1 : 1). So I wonder if my design is correct.

What is the general opinion about this?

Ronald

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to