Re: GWT MVP vs GXT MVC

2011-02-08 Thread Jeff Larsen
GWT does support databinding. Check out editors.

http://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.html

And for doing MVP with regards to GXT, you can inject your presenter back 
into your view and then have various events call methods on the presenter. 

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



GWT MVP vs GXT MVC

2011-02-08 Thread drew
Hello,
GWT as of now currently doesnt support Data Binding for views in MVP
by which we could directly attach Model Objects to Views. I started
with GWT but now looking forward to GXT since it allows data binding.

Kindly help me with on how MVP could be used for GXT? Since I really
like MVP approach which simplifies the testing and all, and also will
help me save lot of rework.

Also any thoughts on having view Objects GXT based ... add it to the
panel in the View which will also allow Data Binding.

Thanks in advance,
Drew

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