Gal, Jambi was asking why you would use an MVP framework instead of
just doing it the way described in the MVP tutorial on the GWT site.

Jambi, I don't have a great answer for you as I'm new to all of this
myself, but I'd imagine it's to make your life easier and to handle
more things automatically for you. When you're doing an MVP app, you
find yourself writing a lot of similar code over and over again, but
it can be difficult to figure out how to abstract some of that out;
there's just an awful lot of boilerplate that goes along with getting
MVP working. I think the frameworks are intended to mitigate that
somewhat.

I will probably wait for GWT's built-in 2.1 stuff as well and just
"roll my own" until then, but it might not be bad to start with one of
the frameworks and migrate from that once 2.1 is out. Someone with
more experience can probably answer that better than I.

On Aug 30, 1:56 pm, Gal Dolber <gal.dol...@gmail.com> wrote:
> It makes unit-testing easier. Thats it.
> Without mvp you need to use GwtTestCase for all your client side tests, and
> it isn't the fastest experience.
>
> 2010/8/30 Jambi <michael.lukaszc...@googlemail.com>
>
>
>
> > Hey guys,
>
> > i´m asking myself these days what´s the benefit of using a MVP
> > Framework like GWTP (never realy used it because i´m very new to the
> > whole MVP architecture) instead of writing your MVP app like it´s
> > described on the google code page? Is it a lot easier and more
> > comfortable? What´s the point of using a MVP framework at all, since it
> > ´s "just" a design pattern? Isn´t there a good MVP integration coming
> > in GWT 2.1 so that it´s not realy worth it to start using those
> > frameworks or am I completely wrong?
>
> > thanks, Michael
>
> > --
> > 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<google-web-toolkit%2bunsubscr...@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-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