i use the MVP-Pattern in GWT. I have developed a GWT-TabPanel. Each Tab has his own Presenter and his own view. But now i want to use some Datas from ViewX in ViewY.

Is there a simple way to realize it?

Greetz

link|improve this question

77% accept rate
feedback

1 Answer

up vote 2 down vote accepted

I would suggest to use EventBus to communicate between different views. See more about using EventBus and events in this article - Large scale application development and MVP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.