I read the spring link for version 3.1.x , trying to find how to use classic MVC controllers (e.g. MultiActionController , AbstractController , et al.).
The only thing I found was a section for using classic Spring MVC with only ellipsis (...) as content.
Anyway, I did not see the Javadoc rejection notice. Is the classic use of Spring MVC officially obsolete? Which version?
BaseCommandController and its subclasses have been deprecated since Spring 3.0 in favor of annotation-based controllers.
Source: https://habr.com/ru/post/1537406/More articles:What is the use of this generic class? - genericsRoslyn: current workspace in diagnostics with a code fix project - c #Operation instead of request interceptor (WCF data services) - securityHow to animate a marker through an ArrayList of LatLng points? - androidDisplay table data with php & mysqli - phpHow to configure ZeroRPC and timeouts - pythonTomcat + Mysql - Unable to find java: comp - javaSetting up Elmah.MVC - c #Есть ли источник для реальных примеров Spring и Hibernate? - javaUsing && as a substitute for an IF statement - javascriptAll Articles