I have a multipage application which needs to manually switched from one page to another. could it be done in GWT since it is targeted towards single page application. I am
While you can use GWT to switch pages, the resulting code will be slow and suboptimal, with the pages taking longer to load.