October 2017
Intermediate to advanced
396 pages
10h 2m
English
You can use the same annotations that you have used in Chapter 10, Implementing MVC pattern in a Web Application with Spring. Annotations such as @Controller and @RestController of Spring MVC are also supported on the reactive side. There is no difference till now between the traditional Spring MVC and Spring web with reactive module. The actual difference starts after the @Controller annotation configuration declaration, that is, when we go to the internal working of the Spring MVC, starting with HandlerMapping and HandlerAdapter.
The main difference between the traditional Spring MVC and Spring web reactive comes into play in the request-handling mechanism. Spring MVC without reactive handles the requests ...
Read now
Unlock full access