If the view uses them only for display purposes, I think it's ok.

But if for instance, the view itself is responsible for reading a TextBox
and update a field on the model object, then I think you should think twice.

On Mon, Jul 18, 2011 at 11:23 AM, Gal Dolber <gal.dol...@gmail.com> wrote:

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


-- 
Magno Machado Paulo
http://blog.magnomachado.com.br
http://code.google.com/p/emballo/

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