Course Introduction
  • Introduction
  • Content still to come
Install and Setup
  • Which Version Of Java?
  • Installing JDK 11 on Windows
  • Installing and Configuring IntelliJ IDEA on Windows
  • Installing JDK 11 on a Mac
  • Installing and Configuring IntelliJ IDEA on a Mac
  • Installing JDK 11 on a Linux Machine
  • Installing and Configuring IntelliJ IDEA on a Linux Machine
NEW Spring 5 - Maven and your first project
  • Your Programming Careers Questions Answered
  • Access to Programming Career Q&A
  • Spring 5 Feature Overview
  • Maven and Other Tools
  • Creating a Maven Project
  • Importing Maven Projects
  • Maven Lifecycle Plugin and Goals
  • Fix our Maven Project
New Spring 5 - Logging with SLF4J & Logback
  • What is Logging?
  • Using Logging with Logback
  • Logback Configuration
New Spring 5 - Multi module Spring Project
  • Project Overview
  • Create Multi Module Project
  • Project Setup
  • Using a Spring Container
  • Implementing the Game
  • Constructor Based Dependency Injection
  • Setter Based Dependency Injection
  • Setter or Constructor
  • Using Bean Lifecycle Callbacks
  • XML or Annotation Configuration
  • Autowiring Beans
  • Beans as Components
  • Using Java Annotation Configuration
  • Message Generator Challenge
  • Implementing MessageGenerator Logic
  • Console Module Setup Challenge
  • Application Events
  • Finish Game Logic
  • Using Qualifiers
  • Creating Custom Annotations
  • Using Properties
  • minNumber Challenge
  • Code Cleanup and Constructor Injection
  • Code Cleanup Challenge
New Spring 5 - Lombok Introduction
  • Lombok Introduction
  • Setup Lombok
  • Using Lombok
  • Lombok Challenge
New Spring 5 - Spring MVC
  • Spring MVC Introduction
  • Creating todo List Project
  • Project Setup Challenge
  • Setup Maven War Plugin
  • Setup Maven Cargo Plugin and Tomcat
  • Setup Dispatcher Servlet
  • Simple Controller
  • View Resolver and View
  • Spring MVC Request Processing
  • Model and Model Attributes
  • Simple Service Challenge
  • Request Parameters
  • Project Requirements
  • ToDo Item Class
  • ToDo Data Class
  • Creating the Todo Item Controller
  • Creating View and Basic JSTL tags
  • Todo Item Service Challenge
  • Implementing the Add Item Feature
  • Implementing Post Redirect Get Pattern
  • Home View and Navigation
  • Delete Item Challenge
  • Implement Edit Item Feature
  • View Item Challenge
New Spring 5 - Spring Boot 2 Introduction
  • Introduction to Spring Boot 2
  • Using Spring Initializr
  • Understanding Spring Boot Project Structure
  • Simple Spring Boot Application
New Spring 5 - Spring Boot 2 And Thymeleaf 3
  • Add Spring Boot to an Existing Project
  • Spring Boot Web Module
  • Thymeleaf Introduction
  • Setup Thymeleaf and Initial Template
  • Spring Boot Developer Tools
  • Game Service Challenge
  • Play Thymeleaf Template
  • Thymeleaf Preprocessing
  • Thymeleaf Template Challenge
  • Thymeleaf Fragments
  • Thymeleaf Fragment Challenge
  • Thymeleaf Decoupled Template Logic
  • Thymeleaf Decoupled Template Logic Challenge
  • Bug Fixes
  • Spring Internationalization