I am working on migrating parts of an existing app to Errai. While the UI part of Errai looks pretty impressive (html templating), I want to keep the MVP aspects of the app for better modularity.
Does anyone has experience implementing MVP with Errai like similar to GWTP (GIN DI/@nnotations, etc.)
I know I can go the vanilla GWT way (Activity and Places), but that calls for a lot of boilerplate.