Archive for October, 2009

Thoughts on GWT, MVP and GWT-EXT

October 27, 2009

I have been working with implementing the MVP pattern while making use of the GWT-EXT library.
I was inspired by David Chandler’s technique for hide/showing DIV’s when switching between distinct views in the application. Because GWT-EXT uses a Viewport object to serve as the root panel on the page, David’s exact technique didn’t work out with [...]