tags:

views:

733

answers:

2

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

A: 

Try this. Part 2 of that article has a link to a sample project download.

Also, watch this presentation by Ray Ryan. I highly recommend to download a PDF file with slides, because, for whatever reason, the cameraman decided to focus on Ray, instead of code.

Alexander Pogrebnyak
I've watched both the presentation and have read the articles. The presentation is probably the clearest in documentation in regards to the new MVP framework, whereas the articles you referenced aren't quite like the new MVP framework.In fact, the new MVP framework uses new terminology. Instead of "Presenter", they are called "Activities." I think part of the problem is that Ray Ryan himself admitted that this framework isn't even finished yet.
JP
@anonymous. Care to explain downwote?
Alexander Pogrebnyak
I didn't downvote you, but JP is asking about the new MVP framework coming in GWT 2.1. Your links aren't about that.
Matt H
+1  A: 

A promising series of tutorials on GWT 2.1 MVP started with this article:

http://www.over-look.com/site/index.php/documentation/techblog/item/gwt-2-1-tutorial-1-mvp-the-model

John
Wow. That looks a bit convoluted in regards to the model. I hope the Presenter isn't like that or else I'll just use GWTP.
JP