Description
In this course, you will learn :
- Introduction to the Spring Framework
- Take a look at the core Spring Framework
- Detailed introduction to Dependency Injection
- Work with the MVC (Model-View Controller) in Spring
- How Spring Framework can help simplify building apps that utilize the web
- Take a look at some JSP basics, the visuals of the application
- Work with REST and API, what it is, how does it work, etc.
- How to configure a logger into the application
Syllabus :
1. Spring Basics
- Overview of Spring
- Maven & IDE Preview
2. XML dependence Injection
- Beans XML File
- Spring Core Theory
- Bean Definition Constructors Preview
- Ref in constructors
- Inner Beans & More on ref
- idref
- Aliases & More On idref
- Collection Injection
- Autowiring XML
- Intro to Scopes
- Bean Scopes Preview
3. Spring MVC
- MVC Example
- What is MVC_
- DispatcherServlet & ViewResolver
- The Model
4. JSP Basics
- JSP Theory & Declarations
- JSP Directives & Implicit Objects
- Iterating over Lists in JSP
5. Rest API Basics
- Intro to Rest APIs
- Building a rest API
- Using Request Methods