Does it make sense to talk of Model-View-Controller when building GWT applications?
-
As far as I understand "page-based" frameworks such as Spring, Rails, etc. are "Model-View-Controller" frameworks where the next page is decided by the "Controller". But what about for AJAX-ey style web apps where there are no page reloads, and only portions of the screen are changed at any one time? Does it make sense to design an AJAX-ey app in an MVC kind of way? For example, I've built a GWT web application: I use about 6 classes for my "model"; about 40 classes (extending Composite) for my "view"; and one big static class that updates parts of the screen (I guess you could call this the "controller"). Is this a good way of designing a GWT app? Or have I really missed the mark with GWT and/or MVC?
-
Answer:
Google recommends using the Model-View-Presenter pattern when developing GWT applications. You can take a look at GWTP (http://www.gwtplatform.com) that offers an open source implementation of the pattern. It also includes quite a bit of documentation and links to relevant Google IO talks.
Philippe Beaudoin at Quora Visit the source
Related Q & A:
- Does it ever make sense to use RAM Disk to force RAM allocation for tempdb with SQL Server 2008?Best solution by Database Administrators
- How to model water flow when only a couple of sample points available?Best solution by Computational Science
- How to access the model from the controller in zend?Best solution by stackoverflow.com
- how to pass data from table view to second view controller?Best solution by Stack Overflow
- How to open a partial view from controller as a Jquery Mobile dialog?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.