I'm not shure if I realy understood MVP in the context of composition. Lets say I've got a MainView which is a composite of ViewA and ViewB.
I've seen several examples where the View creates the presenter. Now here's my Problem, i'm not realy shure who should create whom.
Should the MainView create the MainPresenter which is a composite of APresenter and BPresenter, or should each view create its own presenter.