Book Image

Spring Framework Master Class: Java Spring - The Modern Way [Video]

By : In28Minutes Official
Book Image

Spring Framework Master Class: Java Spring - The Modern Way [Video]

By: In28Minutes Official

Overview of this book

Do you want to get well-versed with the Spring framework and become a modern Spring developer? This course is designed to help you learn the Spring framework in 10 easy steps! The course starts with the basics of the Spring framework, enabling you to understand dependency injection, IOC container, application context, and BeanFactory. Next, you will use Spring annotations to configure dependencies through Java programs and delve into the concepts of Spring MVC. Moving ahead, you will learn the basics of Spring Boot, Eclipse, Spring AOP, Spring JDBC and JPA, Maven, JUnit, and Mockito. Later, you will understand the development process of a web application using JSP servlets and Spring MVC. Finally, you will focus on how to execute unit testing cases with JUnit and Mockito using XML and Java Spring application contexts. By the end of this course, you will have learned Spring framework concepts and have developed the skills you need to use them confidently in Java projects.
Table of Contents (15 chapters)
Free Chapter
1
Quick Introduction to the Spring Framework
2
Spring Master Class - Level 1 to Level 6 - Course Overview, GitHub & More...
Chapter 1
Quick Introduction to the Spring Framework
Section 1
Quick Introduction to the Spring Framework
This video covers the basics of the Spring Framework, focusing on dependency injection, understanding class dependencies, and achieving loose coupling. Discover the roles of @Component and @Autowired annotations in managing object instantiation and dependencies for more scalable and maintainable applications.