Tuesday, November 30, 2010

Re: MVP *without* UiBinder

Thanks for the advice and we probably will seriously consider using
UiBinder. However, that said, my problem at the moment is
understanding GWT 2.1 MVP. I'd really like to understand what it takes
to build a minimal application. Since the MVP docs are a little
sparse, the UiBinder stuff is getting in the way of understanding the
MVP. I do at this point understand well the material in the "Large
scale application development and MVP" tutorials. However, GWT MVP
appears to be very different, at least in regard to the specific
classes used. Again, if anyone can summarize the necessary
alternatives to the UiBinder content in MVP it would be a huge help.
Meanwhile I'll do my best to slog through it. Thanks

On Nov 30, 4:18 pm, Jeff Larsen <larse...@gmail.com> wrote:
> UiBinder is at least 2-3x faster to develop with once you get the hang
> of it (it really isn't hard). Take the time to learn it, your code
> will be infinitely more readable, maintainable and manageable.
>
> On Nov 30, 3:52 pm, Christian Goudreau <goudreau.christ...@gmail.com>
> wrote:
>
>
>
>
>
>
>
> > Well... UiBinder is almost only made of HTML sementics, I don't see why you
> > can't take 1 hours to learn it...
>
> > I made the switch 3 months after gwt 2.0 release and now, I can't live
> > without. It's easier, faster than it ever was before to build Ui.
>
> > Cheers,
>
> > On Tue, Nov 30, 2010 at 4:33 PM, cri <chuck.irvine...@gmail.com> wrote:
> > > I'm in the process of trying to learn GWT 2.1 MVP. At this point we
> > > don't have very good knowledge of UiBinder and we're not sure that we
> > > want to learn and use it. I'm having trouble understanding the sample
> > > Hello/Goodbye application (at the GWT docs site) since it relies on
> > > UiBinder. More specifically, I don't know what alternate methods I
> > > need to use that will take the place of UiBinder functionality. Would
> > > someone that understands this stuff summarize what alternative classes/
> > > methods/patterns need to be utilized that would take the place of
> > > UiBinder functionality used in the Hello/Goodbye sample application?
> > > (or in some other way clue me in?). Thanks!
>
> > > --
> > > 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+unsubscribe@googlegroups.com<google-web-toolkit%2Bunsubs cribe@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > Christian Goudreauwww.arcbees.com

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment