5

Does anyone know a good production scale open source project written with GWT and the MVP pattern. I am flip flopping on a few approaches to design and wanted to see if I could find a project that tackled similar issues.

Lumpy
  • 3,632
  • 4
  • 34
  • 58

2 Answers2

3

My answer comes a bit late, but I hope it can be useful. The largest example of a GWT application using MVP that I've found is Apache hupa. It uses gwt-presenter.

MarcoS
  • 13,386
  • 7
  • 42
  • 63
1

How about gwt-mvp-sample ? :)

Jason Hall
  • 20,632
  • 4
  • 50
  • 57