My tentative understanding of MVP versus MVC is that, with MVP, views do not operate directly on domain/model objects. I doubt that my understanding is correct since, If this is true, then it seems that GWT Cells (e.g. CellTables, CellLists) break MVP. They break MVP since their methods operate directly on model objects. Can anyone shed light on this issue?
-- 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-toolkit@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.