About Question enthuware.jwpv6.2.641 :
Posted: Sat Apr 06, 2013 2:13 am
I'm partially agree with the response, but I think in most of the cases you will have javax.servlet.ServletRegistration.Dynamic obtained via ServletContext, on this interface you have method for configure async support, as this interface implements Registration.Dynamic interface.
So I think javax.servlet.Registration.Dynamic and javax.servlet.ServletRegistration.Dynamic are valid, also if you are talking about configure async support on servlet, ServletRegistration.Dynamic looks like better option. Just my comment. XD
So I think javax.servlet.Registration.Dynamic and javax.servlet.ServletRegistration.Dynamic are valid, also if you are talking about configure async support on servlet, ServletRegistration.Dynamic looks like better option. Just my comment. XD