1

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!

Community
  • 1
  • 1
Igor
  • 33
  • 1
  • 5

1 Answers1

2

Do watch Dani's GWTP Course on Youtube. It helps a lot. It has worked for me.

yogish
  • 85
  • 17