Multiple pages tutorial in Google Web Toolkit (GWT)

后端 未结 8 2091
星月不相逢
星月不相逢 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:32

    GWT Multipage - simple framework for multi-page-GWT-applications.

    0 讨论(0)
  • 2020-11-28 18:35

    If you want it to be FULL AJAXified (like a desktop app) of course you'd only need one page. Then just change the contents of the body depending on the link.

    Also, there is a google group for GWT that is very very active, and I know this has been asked before there, you just need to use the "search" feature.

    0 讨论(0)
提交回复
热议问题