MVP Framework
The MVP Framework is an app framework that makes it easy for you to connect Data
Presentation Widgets with backend data. Using this framework you create views that
are focused on displaying data, Activities and an AcivityManager which are
the "presenters", responsible for handling self-contained actions, and
RequestFactories that fetch and propagate model changes throughout your
app.
To make developing apps of this style easier, the 1.1 M1 release of
Spring Roo, can generate and
maintain the boilerplate code associated with connecting your app's components
with GWT's MVP Framework.