Friday, September 24, 2010

Re: GWT and MCV

MVC isn't ideal for rich client applications that are heavily event oriented.  Too much ceremony for not a lot of value add to that testability is harder with MVC.  With MVP you can get near 100% coverage by having everything in the presenter and keep to the practice of the View only holds UI widget state and handles events that then proxies calls to the Presenter.  Don't get trapped in best practice methods when another solution might be better for a different software paradigm like GWT.  MVC works really well for back end frameworks like JSF, Wicket, or Struts that are not so event based.

Make sure to check out the Google I/O GWT best practices video. http://code.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html

On Fri, Sep 24, 2010 at 9:32 AM, Foued Elguenbri <elguenbri.foued@gmail.com> wrote:
you can use GWT+GXT, the framework implements MVC.
if you talk about the hole application MVC, it is simple you link the GWT services with your core services using spring and gwt-dispatcher.

http://code.google.com/p/gwt-dispatch/
----------------------------------------------
Cordialement.
Foued ElGuenbri * Java/JEE Architect - Senior Developer * SunGard Technology Services* Centre Urbain Nord -Charguia 1 BP130 1082 Tunis Tunisia *


2010/9/20 CoDe <jorge.requena.r@gmail.com>

Hi there!! exist some way of integrate gwt with some framework mcv?

Thx,
Jorge

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


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

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