best way to externalize HTML in GWT apps?

前端 未结 14 1187
执念已碎
执念已碎 2020-12-08 03:33

What\'s the best way to externalize large quantities of HTML in a GWT app? We have a rather complicated GWT app of about 30 \"pages\"; each page has a sort

14条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 04:09

    You can use servlets with jsps for the html parts of the page and still include the javascript needed to run the gwt app on the page.

提交回复
热议问题