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 directly into response).
for example see: http://code.google.com/p/google-web-toolkit-incubator/wiki/IntegratingWithSpring (however the explanation (in comment) why to return null from handleRequest seems to be incorrect for me) as to other than rpc i simply used to paste module script tag into the view (jsp or velocity) :). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
