Reputation: 33
I am building an web application (Java) using GWT-Platform MVP model. I have one Global presenter that has "Header", "Main-content" and "Footer".
"Main-content" - is presenting different presenters- login page, sign out page, home page... "Header" - is a widget.
I want to convert the Header from widget to View-Presenter how should i do it? In other words how my "Global Presenter" will contain two different presenters?
I tried the following answears but nothing seems to work for me: 1. Nested presenters with GWTP 2. http://toolongdidntread.com/gwt/using-nested-presenters-with-gwtp/
I am new to web programming and especially to programming with GWT, so maybe i need some more clear examples, or some deep guides.
Thanks in advance for the help!
Upvotes: 1
Views: 893
Reputation: 85
Do watch Dani's GWTP Course on Youtube. It helps a lot. It has worked for me.
Upvotes: 2