Widget not displayed upon change of place

2011-06-14 Thread Harry X
I have a display region which will display diffrent widgets accpording place change event. The widgets are simple, haveing a couple of tables in a flowpanel and making a async call to get some data through RPC. When the place change events are fired by clicking on a navigation tree, sometime

Re: Eample for MVP+EventBus+Presenter+Activity

2011-06-08 Thread Harry X
Deanna Bonds writes: > > > I was going through the same thing.  I ended up going back and rewatching the Ray Ryan architecture videos from 2009 and 2010 again, but this time drawing down all the diagrams, but combining them all.  Then after having a big block diagram of the gwt framework a

Re: Eample for MVP+EventBus+Presenter+Activity

2011-06-06 Thread Harry X
Juan Pablo Gardella writes: > > > You can see this sample https://bitbucket.org/gardellajuanpablo/gwt- sample/wiki/Home > > > Juan2011/6/6 Harry X > Hello, > I am new to GWT and need some examples to help understand it. > Reading though some posts and searchi

Eample for MVP+EventBus+Presenter+Activity

2011-06-06 Thread Harry X
Hello, I am new to GWT and need some examples to help understand it. Reading though some posts and searching over internet, I think using MVP+EventBus+DI+Presenter+Activity is a sound approach. Can some one point to me a good example to further study? Thanks in advance. Harry -- You receiv