Multiple pages tutorial in Google Web Toolkit (GWT)

后端 未结 8 2094
星月不相逢
星月不相逢 2020-11-28 17:46

I just started learning Google Web Toolkit (GWT). How do I make different HTML pages in my GWT application?

For example, I want to create an application for a book s

8条回答
  •  执笔经年
    2020-11-28 18:20

    You can use MVP patern. Here is mi simple library https://code.google.com/p/gwt-simple-mvp/wiki/GettingStarted .

    And you can split code to more js files. https://code.google.com/p/gwt-spliting/

提交回复
热议问题