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 ...
9. Introduction to Spring WebFlux
Get Pro Spring MVC with WebFlux: Web Development in Spring Framework 5 and Spring Boot 2 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.