What is the best MVP we can use with GWT? I am currently looking for
some lightweight MVP framework with some samples that will give me the
scaffoldings. With the connection to a database, through the RPC. I am
also trying to understand how login-logout fits the MVP scenario and how
when user is "logged in" the view is updated as data is modified in the
database. I cannot see any example having a RPC service which connects
to database, say through hibernate. - Xybrek
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
First, someone definitely *thought initially* that Views/ClientFactory/
Activities/Places/PlaceHistoryMapper/ActivityMapper described on the
GWT *MVP* documentation page constituted a framework that could be
*used* at least for MVP. And, indeed, it can be.
Secondly, to me and some others I'd guess, it seems superior in terms
of effort required than what is described in the "Part I and II"
articles. We have a number of people here that have used both and
there is agreement on this. However, I'm sure there are some relevant
pros and cons.
I open the project
http://code.google.com/p/gwt-meeting-room/