I just had a look at http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/ReleaseNotes.html
There is a proposition for a MVP base.
Here is my first impression.
What i like:
-RequestFactory http://code.google.com/intl/fr-FR/webtoolkit/doc/trunk/DevGuideRequestFactory.html
-Place and PlaceTokenizer
http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/app/place/PlaceTokenizer.html
What i dislike:
-Many classes of the package has a warning "Experimental API: This
class is still under rapid development, and is very likely to be
deleted." http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/app/place/package-summary.html
-Due to the MVP principle, there is no unification of the view
concept. You have to define your own view interfaces.
-The naming is not consistent: it is called an MVP framework, but
there is controllers, and some concepts like Activity seems to come
from Android.
- It is not lighweigth: You must write lot of code to do simple
things.
So gwt-mvc is not dead, and i will try to integrate gwt trunk
elements, in order to continue gwt-mvc goal: make it easier to write
gwt application.