GWT-Platform Several nested presenters in one global presenter

梦想与她 提交于 2019-12-08 05:06:31

问题


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!


回答1:


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



来源:https://stackoverflow.com/questions/9745194/gwt-platform-several-nested-presenters-in-one-global-presenter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!