DWR

Choose the dwr servlet class (ex : tomcat.DwrCometProcessor) in spring configuration with MVC

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Won't Fix
  • Affects Version/s: 3.0.RC1
  • Fix Version/s: None
  • Component/s: Spring
  • Documentation Required:
    No
  • Description:
    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.
    Show
    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.

Issue Links

Activity

Hide
David Marginian added a comment - 23/Nov/12 6:42 AM

We are moving away from container specific functionality and towards a simpler solution involved Servlet 3.0 Async Processing which would eliminate the need to do this.

Show
David Marginian added a comment - 23/Nov/12 6:42 AM We are moving away from container specific functionality and towards a simpler solution involved Servlet 3.0 Async Processing which would eliminate the need to do this.

People

Dates

  • Created:
    20/Apr/09 1:19 PM
    Updated:
    23/Nov/12 6:42 AM
    Resolved:
    23/Nov/12 6:42 AM