Book Image

Spring 5.0 Core Training [Video]

By : Izzet Mustafaiev
Book Image

Spring 5.0 Core Training [Video]

By: Izzet Mustafaiev

Overview of this book

<p>In this video course, you will learn to work on two themes of Spring Framework 5.0 – Reactive Programming and Microservices, which the most significant change coming up in Spring 5.0. Since Microservices was recently introduced with Spring Boot as the most popular micro service, a volume in this course is dedicated to introducing Spring Boot and Spring Cloud.</p>
Table of Contents (10 chapters)
Chapter 6
Spring MVC
Content Locked
Section 1
MVC and Spring Framework
In this video, we will understand what we can do with this implementation and how it can be used. MVC is a pattern to achieve low coupling and high cohesion in software applications. Spring MVC is an implementation of MVC and is a good part of Spring Framework. - What is MVC? - How does Spring Framework implement MVC? - Overview capabilities of Spring MVC in terms of supported view technologies, servlet containers and specifications