How do I get HttpServletRequestObject in the @service class
问题 I'm successfully able to integrate Spring and Spring4GWT. Everything is working fine. The only problem I'm facing is How do I get HttpServletRequestObject in the @service class? Some of the configuration and code web.xml <servlet> <servlet-name>test</servlet-name> <servlet-class>org.spring4gwt.server.SpringGwtRemoteServiceServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>test</servlet-name> <url-pattern>/ui/test/*</url-pattern> </servlet