How to build GWT standalone offline application?
问题 I need to design SPA with GWT technology, but I do not understand clearly how to make (compile) only one page with all JavaScript code in it. So, for example my task is to make simple page with button and div. You click on button and div appears on page. Simple. When I did this on GWT, I can not find a way to compile this page in simple index.html with all JS code inside (or in one .js file). Page should work in offline mode. 回答1: GWT do it for you. compile it to one .js file? Here is simple