Search code examples
javamodel-view-controllergwtuibinder

GWT MVC + UIBinder


What's the easiest and simplest way to implement an MVC-style pattern using UIBinder for the UIs?


Solution

  • Check out this blog post. It talks about using MVP and UIBinder together, and includes a sample app. I think you'll find most people in the GWT arena talking about Model-View-Presenter (MVP) rather than MVC.