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
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.