I think the model-view separation doesnt mean that "you cannot pass
pojos or dtos to the view" but that the view should not make direct
request to the server, or if using local storage, to the database

On Monday, July 18, 2011, cri <chuck.irvine...@gmail.com> wrote:
> 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.
>
>

-- 
Guit: Elegant, beautiful, modular and *production ready* gwt applications.

http://code.google.com/p/guit/

-- 
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.

Reply via email to