© Marten Deinum and Iuliana Cosmina 2021
M. Deinum, I. CosminaPro Spring MVC with WebFluxhttps://doi.org/10.1007/978-1-4842-5666-4_7

7. REST and AJAX

Marten Deinum1   and Iuliana Cosmina2
(1)
MEPPEL, Drenthe, The Netherlands
(2)
EDINBURGH, UK
 

Until now, we have been building a classic web application: we send a request to the server, the server processes the request, and we render the result and show it to the client. Over the last decade, however, the way we build web applications has changed considerably. Now we have JavaScript and JSON/XML, which allow AJAX-based web applications and push more and more behavior push to the client, including validation, rendering parts of the screen, and so on.

This chapter starts with REST1 (REpresentational State ...

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.