Multiple Entry Points in GWT

前端 未结 2 816
日久生厌
日久生厌 2020-12-31 02:26

I\'m getting into Google Web Toolkit, and am a little confused about the Entry Points in GWT. Google\'s docs say:

If you have multiple EntryPoints (t

2条回答
  •  失恋的感觉
    2020-12-31 03:20

    there is one options, U can create maven project with sub projects, means U can create multi entrypoint,
    each entry point have own html. See more details

提交回复
热议问题