Hi
Accoring to the MVP pattern the view should contain all the UI components. Then i read about the new UiHandler introduced in the GWT 2.0. The UiHandler can be used only in the view.
Should we use UiHandler in the mvp pattern, if so where should we use it.
NOTE: i am a GWT n00b.