GWT Modules and Web Pages

前端 未结 4 470
被撕碎了的回忆
被撕碎了的回忆 2021-02-04 15:02

I am new to GWT and am going through the docs, examples, demos etc.

All the examples seem to have just one module which is loaded by a single html page contained in the

4条回答
  •  抹茶落季
    2021-02-04 15:33

    I think that using less number of the pages that needs full page reload to interact is better in GWT. In generally, you can to divide logic to many tabs, screens, windows and other layouts, that can interact without page reloading. See on the google mail )

提交回复
热议问题