Using GWT Editors with a complex usecase
I'm trying to create a page which is very similar to the Google Form creation page. This is how I am attempting to model it using the GWT MVP framework (Places and Activities), and Editors. CreateFormActivity (Activity and presenter) CreateFormView (interface for view, with nested Presenter interface) CreateFormViewImpl (implements CreateFormView and Editor< FormProxy > CreateFormViewImpl has the following sub-editors: TextBox title TextBox description QuestionListEditor questionList QuestionListEditor implements IsEditor< ListEditor< QuestionProxy, QuestionEditor>> QuestionEditor implements