> Any the @AutoWired annotation wont work since the ServiceLocator and
> RequestFactoryServlet is not managed by Spring (ie Spring did not create the
> objects, the servlet container did).

1- can we register ServiceLocator and RequestFactoryServlet with
Spring's ApplicationContext ?
so that upon application startup, Spring's application context,
bootstraps and creates them ?

2- What happens to Spring's Dispatcher Servlet:
org.springframework.web.servlet.DispatcherServlet ?

I think we need to tell DispatcherServlet to redirect all gwt requests
to RequestFactoryServlet.
(implement it as a Filter ?)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to