Hi,
I integrated my GWT application with spring mvc following :
http://code.google.com/p/google-web-toolkit-incubator/wiki/IntegratingWithSpring
But after integration this.getThreadLocalRequest() method invocation
in my serviceImpl class returns null. Please help !!
--
You received this message
Hi!!!
I followed this article http://code.google.com/p/gwt-ent/wiki/AOP and
included gwt-ent jar in my project.
Then I tried writing interceptors for impl class that extends gwt
RemoteServiceServlet, but those are not getting executed. I made this
servlet class implement Aspectabe interface, not