GWT 3 will come with some radical changes. And one of this changes will have an impact of mvp4g.
GWT 3 will remove generators. Generators are the central point of the mvp4g implementation. Without generators mvp4g won't work. So, what will we do?
First of all we will maintain mvp4g for GWT 2.x in the future. I think a lot of the existing application will stay with GWT 2.x.
And we will start a new project. This project will work with GWT 3.
We plan:
* replace generators with annotation processors
* remove the dependency to GIN and GUICE
* remove all the things that will not be supported by GWT 3
Also we will change the way things work. So if you have any ideas, we are glad to hear about it.
As soon as there are some things are ready, we will announce it.
Frank