January 2021
Intermediate to advanced
583 pages
11h 39m
English
In previous chapters, typical Java web applications were built and run on an instance of Apache Tomcat server that was external or embedded in the application. Whatever the case, the Spring DispatcherServlet was responsible for directing incoming HTTP requests to all the handlers declared in the application. But, can an application like the ones we developed so far be used in a real production environment? How many HTTP requests can DispatcherServlet handle at the same time? Can that number be ...
Read now
Unlock full access