Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any tutorials on the official GWT MVP framework? [closed]

Tags:

java

mvp

gwt

Has anyone found/written any tutorials on the official GWT MVP framework that's found in the GWT 2.1 RC?

like image 653
JP Richardson Avatar asked Jun 17 '10 21:06

JP Richardson


2 Answers

Not a tutorial but I wrote one sample that one can use as a skeleton. http://code.google.com/p/hello-goodbye-mvp/

like image 34
zawhtut Avatar answered Nov 16 '22 01:11

zawhtut


Google have updated their large scale web application development series with a sample application and extensive documentation that demonstrates their new MVP support in GWT 2.1 (Model/Activity/Views as they call it now)

like image 76
Lars Tackmann Avatar answered Nov 16 '22 01:11

Lars Tackmann