Re: A class diagram relating the core GWT MVP model

2011-10-25 Thread Hans-Joachim Belz
Hello Daniel, thanks for sharing! Your very neat diagram inspired me to rework the layout and clarify some things in my own depiction. About your generator framework: Isn't that what Spring Roo is all about? - I have to admit, I am no real fan of generator solutions. Often they are only good for

A class diagram relating the core GWT MVP model

2011-10-17 Thread Hans-Joachim Belz
Hi everybody! I like the power of the GWT MVP model. But it is quite a challenge to wrap your head around the complex class hierarchy orbiting the core concepts of activities, views and places. After falling through some unexpected trap doors (e.g. ResettableEventBus), I decided to create a class

Re: A class diagram relating the core GWT MVP model

2011-10-17 Thread Jens
ActivityManager uses (1..1) AcceptsOneWidget (interface). And AcceptsOneWidget should be implemented by MyDisplayAreaWidget (which is in most cases a SimplePanel or SimpleLayoutPanel). Then MyContainerWidget embeds 1..n AcceptsOneWidget / MyDisplayAreaWidget. So MyContainerWidget is the root