From the course: Spring Web MVC 6

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

What you should know

What you should know - Spring Tutorial

From the course: Spring Web MVC 6

What you should know

- [Instructor] In order to make the most out of this course, here's a few things that you should know. You should be very fluent with Java version 17 and above. We are going to write a web application in this course using the Java language. So at least the fundamental concepts, like data structures, object-oriented principles, collections, input/output, exception handling, Lambda expressions, et cetera, should be very well known. Next, we know that Spring MVC functions on the basic serverless JSP API, so it would be good to have a sound knowledge of this API. So concepts like Servlets, Request, Response. What is ServletConfig? What is ServletContext? How do you do session management? What are filters? How do JSPs work? What is the GsTL Library, et cetera. Spring MVC works on the basic Spring Core module fundamentals. So it would be good to have some knowledge around it. So for example, let's say, how does a principle…

Contents