GWT + Spring hosted mode not working
问题 I have a following problem, probably somebody can help me? I had an Spring MVC application, quite basic one, with a few simple jsp pages. Also I had an Spring Security integrated with it. Now I need to add some GWT widget to one page. No problem so far, I've added <div> to the page, added GWT module, all all needed GWT logic. When I compile GWT and then deploy application to tomcat - everything works perfectly, I open app, login into it, open my page and see GWT UI components. Now I want to