Java Spring Tutorial Masterclass - Learn Spring Framework 5

BY
Udemy

Gain hands-on experience of the fundamentals of Spring 5, as well as Spring Boot 2, Spring MVC, Spring ore, and other features.

Mode

Online

Fees

₹ 4099

Quick Facts

particular details
Medium of instructions English
Mode of learning Self study
Mode of Delivery Video and Text Based

Course overview

Java Spring Tutorial Masterclass - Learn Spring Framework 5 certification course is created by Tim Buchalka - Java Python Android and C# Expert Developer, Tim Buchalka's Learn Programming Academy and Goran Lochert - Software Engineer & Unity Certified Expert Programmer which is offered by Udemy for students who wish to improve their understanding of the Java Spring framework and boost their resume to attract and land better jobs to grow in their professional careers

Java Spring Tutorial Masterclass - Learn Spring Framework 5 online classes contains 45 hours of HD video lectures, 7 articles, and 2 downloadable resource that teach about using Spring Boot to create Spring-based applications and how it simplifies the entire process of developing and launching Spring applications, as well as doing all sorts of the configuration automatically. Java Spring Tutorial Masterclass - Learn Spring Framework 5 online course also covers Spring MVC, Maven, Gradle, Java, and Java EE systems.

The highlights

  • Certificate of completion
  • Self-paced course
  • English videos with multi-language subtitles
  • 45 hours of pre-recorded video content
  • 7 articles
  • 2 downloadable resource
  • 30-day money-back guarantee 
  • Unlimited access
  • Accessible on mobile devices and TV

Program offerings

  • Certificate of completion
  • Self-paced course
  • English videos with multi-language subtitles
  • 45 hours of pre-recorded video content
  • 7 articles
  • Unlimited access
  • Accessible on mobile devices and tv
  • 2 downloadable resource

Course and certificate fees

Fees information
₹ 4,099
certificate availability

Yes

certificate providing authority

Udemy

Who it is for

What you will learn

Java

After completing the Java Spring Tutorial Masterclass - Learn Spring Framework 5 online certification, students will gain a better knowledge of the Java Spring framework's fundamentals for reactive programming. Students will explore how Spring integrates into the Java Enterprise Edition ecosystem. Students will be taught how to use Spring Boot 2, Spring MVC, MySQL, Maven, Lombok, and Gradle. Students will also learn how to configure beans, log data, and configure Spring using Annotations.

The syllabus

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
  • Thmyeleaf Internationalization Challenge
  • Message Generator Internationalization Main Message
  • Message Generator Internationalization Result Message
  • Request Interception
  • Locale Change Interceptor
  • Thymeleaf Recap

New Spring 5 - Gradle Introduction

  • What is Gradle?
  • Creating a Gradle Spring Boot Project
  • Gradle Build Lifecycle Projects and Tasks
  • Understanding the Gradle Scripts
  • Running Gradle Tasks
  • Simple Spring Gradle Application

New Spring 5 - Gradle Multi Module Project Setup

  • Creating a Spring Boot Project Challenge
  • Configure Gradle Multi-module Project
  • Configure Sub Modules
  • Testing our Project
  • More Content
  • Are we done? Is there any more content?

OLD - Installation & Setup - Part 1

  • Which videos to watch in this section
  • Install JDK for Windows
  • Install Eclipse for Windows
  • Install Tomcat for Windows
  • Configure Tomcat Within Eclipse for Windows
  • Install JDK for Mac
  • Install Eclipse for Mac
  • Install Tomcat for Mac
  • Configure Tomcat Within Eclipse for Mac
  • Install JDK for Linux
  • Install Eclipse for Linux
  • Install and Configure Tomcat for Linux

OLD - Introduction to Java EE

  • Introduction to JEE
  • Introduction to Java EE Quiz
  • Exploring Java EE basics: Drilling into the Concepts
  • Section Introduction to Java EE, Lecture 15 Quiz
  • Exploring Java EE basics: Building the Servlet
  • Exploring Java EE basics: Creating a JSP and running the App
  • Section Introduction to Java EE, Lecture 16, 17 Quiz
  • Exploring Java EE basics: Adding a Service layer to the mix
  • Exploring Java EE basics: Adding JSTL Library Support
  • Exploring Java EE basics: JSTL in JSP
  • Section Introduction to Java EE, Lecture 18, 19 and 20 Quizzes

OLD - Installation and Setup - Part 2

  • Overview of Spring Tooling
  • Install Spring IDE
  • Installing Maven
  • Creating a Maven Project
  • Understanding the Project Object Model

OLD - Introducing Spring Framework

  • Why Spring
  • Overview of the Spring Framework
  • Spring Framework vs JEE
  • Introducing the Spring IoC container
  • Spring IoC container: Accessing metadata from the file system
  • Spring IoC container: Accessing metadata from the classpath
  • Spring IoC Container Challenge
  • Setting Constructor Arguments using the Spring bean config file
  • Setting Properties using the Spring bean config file
  • Setter based Dependency Injection in Spring
  • Setter based Dependency Injection in Spring continued
  • Spring Setter based Dependency Injection in Spring : Running the App
  • Constructor based Dependency Injection in Spring
  • Spring Constructor based Dependency Injection : Running the App

OLD - Introducing Spring MVC

  • Creating spring MVC project Infrastructure
  • Adding dependencies in an alternative way in a Spring MVC Project
  • Adding Spring MVC Dispatcher Servlet
  • Building the spring controller - "C" part of MVC
  • Context and MVC Configuration
  • Autowiring collaborating objects in Spring
  • Bringing View Resolver in the mix and running the App

OLD - Bean Configuration

  • Bean scopes for a Spring Bean
  • Spring bean scopes: Singleton and Prototype
  • Spring bean scopes, Request and Session: creating the project and Java classes
  • Spring bean scopes, Request and Session: creating the config file and controller
  • Spring bean scopes, Request and Session: Running the App
  • Customize Spring Bean with Callbacks
  • Standard Naming for Spring Bean Callbacks
  • Spring Bean instantiation using Static Factory and Instance Factory methods
  • Spring Bean Definition with C Namespace
  • Spring Bean Definition with P Namespace

OLD - Configuring Spring with Annotations

  • Pros and Cons of Spring Configuration : Annotations vs XML
  • Autowiring Spring Beans: creating project infrastructure
  • Autowiring Spring Beans: using setters, constructors and fields
  • Spring Beans as Components: Cutting down on xml config
  • Handling Properties in Spring: using XML config
  • Handling Properties in Spring: mixing XML with Annotations
  • Handling Properties in Spring using pure Annotations: creating infrastructure
  • Handling Properties in Spring using pure Annotations: building and running the a

OLD - Introducing MySQL

  • Which videos to watch in this section
  • Install MySQL for Windows
  • Install MySQL on Mac
  • Install MySQL on Linux
  • MySQL Workbench Basics : Environment and table creation
  • MySQL Workbench Basics : Insert and Export

OLD - Working with Spring JDBC

  • Introduction to Spring JDBC
  • CRUD with Spring JDBC Template: Project Setup
  • CRUD with Spring JDBC Template: Creating DAO Layer
  • CRUD with Spring JDBC Template: XML config & Property file
  • CRUD with Spring JDBC Template: More with DAOs
  • CRUD with Spring JDBC Template: DAO and Test Harness
  • CRUD with Spring JDBC Template: Building App and executing Test Harness
  • CRUD with Spring JDBC Template: Expanding DAO Layer further
  • Spring JDBC Exceptions : an Overview
  • Spring Named Parameters Template: Understanding the API
  • Spring Named Parameters Template: Building the DAO
  • Spring Named Parameters Template : Components and Testing

OLD - Spring MVC in depth - Part 1

  • Spring Java Config: Creating the Project infrastructure
  • Spring Java Config: Creating the Java and Web Configuration
  • Spring Java Config: Running the App
  • Fix minor error in WebMvcConfig
  • JNDI Datasource: Building the Spring Service and Controller
  • JNDI Datasource: Conceptual Overview and Configuration
  • JNDI Datasource: Building views and Running the App
  • Spring MVC Architecture Going Deeper
  • Spring Handler Mapping Customization: Creating the infrastructure
  • Spring Handler Mapping Customization: Seeing the effect of customization
  • Spring Interceptors: an Introduction
  • Spring Interceptors: Integrating and building views with CSS inline styling
  • Spring Interceptors: Continuing building the views with CSS Internal styling
  • Spring Interceptors: Continue building views with mixed styling
  • Spring Interceptors: Running the app with a closing summary
  • Introducing Logging
  • Logging: Working with SLF4J, a powerful logging API
  • Logging: LOG4J implementation and introducing Logger, Appender and Layout
  • Logging: Continuing with log4j and getting to know Conversion Patterns
  • Logging: Configuring log4j.properties and wrapping up
  • Spring Interceptors: Invoking all the Interceptor methods
  • Spring Interceptors: Running the app and wrapping up!

OLD - Spring MVC in depth - Part 2

  • Section Overview
  • RequestMapping and RequestParams In-depth : Introduction & test harness
  • RequestMapping and RequestParams In-depth : Class level mapping
  • RequestMapping and RequestParams In-depth : Wrapping up first test
  • RequestMapping and RequestParams In-depth : method attribute & fallback
  • RequestMapping and RequestParams In-depth : defaultAttribute and default naming
  • RequestMapping and RequestParams In-depth : resolving ambiguous request mapping
  • RequestMapping and RequestParams In-depth : multiple request mapping
  • Model Attributes on Methods in-depth: Adding multiple attributes
  • Model Attributes on Methods in-depth: working with 'name' attribute
  • Model Attributes on Methods in-depth: working with 'value' attribute
  • Model Attributes on Methods in-depth: working with ModelAndView API
  • Model Attributes on Methods in-depth: Introducing Spring Form Tag and Elements
  • Model Attributes on Methods in-depth: Exploring ModelAndView API
  • Model Attributes on Methods in-depth: Default data binding
  • Model Attributes on Methods in-depth: Implicit resolution of logical view name
  • Session Attributes: Creating the project infrastructure
  • Session Attributes: Bringing in the Controller
  • Session Attributes: Adding the JSPs
  • Session Attributes: Cranking the Java configuration
  • Session Attributes: Testing our application
  • Session Attribute & Request Attribute: an Introduction
  • Session Attribute & Request Attribute: Applying to Interceptor and Controller
  • Session Attributes, Session Attribute & Request Attribute: Testing all

OLD - Spring MVC in depth - Part 3 (Forms and Validation)

  • Spring Form Tags: An Overview
  • Spring Form Tags: Creating project infrastructure - part 1
  • Spring Form Tags: Creating project infrastructure - part 2
  • Spring Form Tags: SELECT tags - part 1
  • Spring Form Tags: SELECT tags - part 2
  • Spring Form Tags: SELECT tags - part 3
  • Spring Form Tags: CHECKBOX tags - part 1
  • Spring Form Tags: CHECKBOX tags - part 2
  • Spring Form Tags: CHECKBOX tags - part 3
  • Spring Form Tags: CHECKBOXES tags
  • Spring Form Tags: RADIOBUTTON & RADIOBUTTONS tags
  • Spring Form Validation: an Introduction
  • Spring Form Validation: Creating the project Infrastructure
  • Spring Form Validation: Creating the JSPs
  • Spring Form Validation: Running the first validation test
  • Spring Form Validation: Working with @Size and @Notblank validations
  • Spring Form Validation: Introducing Custom Validation Constraints
  • Spring Form Validation: Creating our first Custom Validation Constraint
  • Spring Form Validation: Regular Expression Validation
  • Spring Form Validation: Using Apache Commons API Validator
  • Spring Form Validation: Class Level Validation
  • Spring Form Validation: Final Changes and Test

OLD - IntelliJ Spring Section

  • Prerequisites
  • IntelliJ Spring Config and Test Import
  • Import Non Web Based Project
  • Build Spring MVC Demo
  • Controller Service and JSP
  • Welcome Service and Add Beans

OLD - NEW Spring 5 - Install and setup

  • Which version of Java should you use?
  • How To Install The Java Development Kit (JDK) For Windows
  • Download and Install IntelliJ (FREE and PAID version) for Windows
  • How To Install The Java Development Kit (JDK) For Mac OS X
  • Download and Install IntelliJ (FREE and PAID version) on a Mac
  • How To Install The Java Development Kit (JDK) For Ubuntu Linux
  • Install and Configure IntelliJ (FREE and PAID version) for Ubuntu Linux

Extra Information - Source code, and other stuff

  • Source code
  • Bonus Lecture and Information

Instructors

Mr Tim Buchalka

Mr Tim Buchalka
Software Developer
Freelancer

Mr Goran Lochert
Instructor
Freelancer

Articles

Popular Articles

Latest Articles

Trending Courses

Popular Courses

Popular Platforms

Learn more about the Courses

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

Careers360 App
150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books