I'm working on a GWT project but stuck with a situation where I have to create 2 different modules with separate eventBus in the same project. One module should be child of another i.e. there should be some way to invoke or load child module from a main module eventBus.
I tried it with by looking at this link https://code.google.com/archive/p/mvp4g/wikis/MultiModules.wiki#Before,_After but giving some differed binding exceptions.
Can someone please elaborate the detailed procedure to get the solution.?