Hide
while in web.xml we are able to tell which implementation of the
servlet I want (<servlet-class>org.directwebremoting.server.tomcat.DwrCometProcessor</servlet-class> for tomcat6 )
This is not possible when we use spring config file to configure dwr.
this should be allowed as we loose some functionnality compared to web.xml+dwr.xml configuration style.