best way to externalize HTML in GWT apps?

前端 未结 14 1186
执念已碎
执念已碎 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:08

    Not knowing GWT, but can't you define and anchor div tag in your app html then perform a get against the HTML files that you need, and append to the div? How different would this be from a micro-template?

    UPDATE:

    I just found this nice jQuery plugin in an answer to another StackOverflow question.

提交回复
热议问题