Re: Using Spring servlets in GWT web apps

2011-10-03 Thread Tomasz Gawel
as to gwt-rpc simply make your RemoteServiceServlet implementation also implement Spring's Controller interface. The rest goes straightforward. Simply call doPost in your handleRequest implementation and return null (no ModelAndView needed as doPost from RemoteServiceServlet writes all needed direc

Using Spring servlets in GWT web apps

2011-09-29 Thread Akis
Hi guys. I've got a question for you: I have to redesigning an old web app. This web application is built using spring servlets (mvc pattern) and jsp-s. Now I have re-use Spring servlets with a gwt ui. Is it possible? How could I do this? Thank you so much! -- You received this message because