Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 6 hours on-demand video
  • 2 articles
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Aspect-Oriented Programming

Spring Core Advanced - Beyond the Basics

Enterprise class use of Spring Framework 4 and Spring Boot
Bestseller
Rating: 4.2 out of 54.2 (622 ratings)
17,850 students
Created by John Thompson
Last updated 11/2019
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Use Spring Data JPA Repositories
  • Use Command Objects with Spring MVC
  • Leverage Spring to validate user input on Command Objects
  • Create and display custom validation messages
  • Configure Spring Security to authenticate against a database.
  • Secure a web application with Spring Security.
  • Understand Spring's approach to Aspect Oriented programming (AOP)
  • Publish and consume custom Spring Events
  • Learn How to Configure Scheduled Tasks in Spring.
  • Learn advanced Configuration of Spring, by removing Spring Boot from the project and manually providing all the objects configured by Spring Boot.
  • Use Spring to Send and Receive JMS Messages
Curated for the Udemy for Business collection

Course content

11 sections • 63 lectures • 5h 57m total length

  • Preview04:48
  • Preview02:05
  • Checking out from GitHub
    09:52
  • Getting Help with the Spring Framework
    04:29
  • Project Overview
    06:55

  • Preview02:19
  • Spring Data JPA CRUD Repositories
    07:23
  • Preview01:18
  • Create Repositories Code Assignment Review
    05:22
  • Module Review
    02:52

  • Section Overview for Command Objects with Spring MVC
    02:19
  • Using Command Objects
    08:17
  • Preview08:34
  • Common Validators
    04:40
  • Display Error Messages in Thymeleaf
    11:03
  • Custom Validation Messages
    07:10
  • Internationalization (i18n) with Spring MVC
    02:20
  • Command Objects Code Assignment
    00:51
  • Command Objects Code Assignment Review
    09:46
  • Using Command Objects Quiz
    4 questions
  • Command Objects Course Update
    08:00
  • Preview06:53

  • Introduction to Spring Security
    01:16
  • Spring Security Maven Dependencies
    02:26
  • Spring Security Initial Configuration
    03:33
  • Authentication vs Authorization
    02:55
  • Preview04:09
  • User Details Service
    07:34
  • Dao Authentication Provider
    04:04
  • Securing URLs with Spring Security
    07:06
  • Spring Security Login Form
    07:18
  • Spring Security Roles
    12:19
  • Spring Security Conclusion
    03:11

  • Introduction
    01:40
  • AOP Terminology in the Spring Framework
    08:02
  • Using AOP in Spring
    10:00

  • Introduction to Spring Application Events
    02:16
  • Publish and Consume Spring Custom Events
    06:28
  • Locking User Accounts
    06:34
  • Code Assignment
    01:06
  • Code Assignment Review
    06:35

  • Introduction
    01:25
  • Scheduled Tasks in Spring
    05:37

  • Preview02:50
  • Thymeleaf Configuration
    06:01
  • H2 Datasource Configuration
    03:54
  • H2 Console Configuration
    03:19
  • Hibernate JPA Configuration
    06:00
  • Spring Security Configuration
    02:17
  • AOP Configuration
    02:36
  • Debugging Spring Boot Configuration
    06:09
  • Spring MVC Configuration
    04:46
  • Transaction Management Configuration
    03:17
  • Removing Spring Boot Maven Dependencies
    10:24
  • Web Deployment
    08:40
  • Web Resources
    07:17

  • Introduction
    00:58
  • Spring JMS Maven Dependencies
    03:35
  • Configuring Spring Boot for JMS
    02:36
  • Using Spring to send JMS Messages
    08:20
  • Using Spring to Receive JMS Messages
    06:03

  • Problems with Spring Security and H2 Database Console
    10:20
  • Configuring Spring Sec DAO Provider
    34:45

Requirements

  • Students should be comfortable programming in Java and using Maven to build Java projects
  • Students should know about the core features of Spring around dependency injection and inversion of control (IoC)

Description

My Spring Core course is intended to be a predecessor to this course. In Spring Core, I give you a solid foundation for working with the Spring Framework.

In this course, I build upon that foundation expanding your skills with the Spring Framework. The skills taught in this course are skills you will need for enterprise application development using the Spring Framework.

Topics Include:

  • Spring Data JPA

  • Form Validation in Spring MVC

  • Externalized messages

  • Using Spring Security

  • Aspect Oriented Programming

  • Spring Application Events

  • Scheduled Tasks

  • Advanced Spring Configuration

I start this course by showing students how to replace the traditional JPA DAO structure we created in the Spring Core course, using Spring Data JPA. I continue building upon concepts learned in the Spring Core course by showing students how to use Command objects in Spring MVC and how to perform server side property validations.

Next we get into using Spring Security. Spring Security is one of the most widely used modules of the Spring Framework. 

I show you how to add Spring Security to our existing Spring MVC web application. We configure Spring Security to read user information from our database, and then secure URLs to authenticated users and users with specific security roles.

Aspect Oriented Programming (AOP) is a really cool programming paradigm, and its supported by the Spring Framework. In the module on AOP, I show you how to use AOP to log login activity in Spring Security. By using AOP, we don't need to change any of the Spring Security code.

The Spring Framework has a very mature events framework we can use for application events. I show you how to create a custom application event, then how to setup an event handler to take action on specific application events.

In Spring Core and in this course, the project we're working uses Spring Boot as its foundation. Spring Boot is doing a lot of automatic configuration for us. 

In the last module of this course, we will remove Spring Boot from the project. This will require us to configure all the objects and data sources being provided by Spring Boot manually. In doing so, students will gain insight into all the automation being provided by Spring Boot, and how to manage a more advanced Spring Configuration.

Who this course is for:

  • This is not a beginner level course on the Spring Framework
  • This course is for students with some knowledge of the Spring Framework wishing to learn about advanced features of Spring commonly used in the enterprise.

Featured review

Oscar Santamaria Venegas
Oscar Santamaria Venegas
56 courses
32 reviews
Rating: 5.0 out of 5a year ago
I've been following John's courses in Udemy and they are an awesome resource that covers basic and advanced topics. This is helping me a lot in my job and in my personal career path as Java developer.

Instructor

John Thompson
Spring Framework Guru - Best Selling Instructor
John Thompson
  • 4.4 Instructor Rating
  • 31,346 Reviews
  • 179,738 Students
  • 17 Courses

Hi. I'm John.

I've been in the IT industry for over 20 years. Today, I specialize mainly in Java, the most successful and widely known programming language in use today. I also specialize with the Spring Framework, which the most popular open source application framework for building enterprise class applications on the Java platform. Just some of the organizations I've worked with include Visa, Kohls, Federal Home Loan Bank, and Belk Department Stores.

Through the courses I'm providing, I hope to leverage my years of experience to accelerate your learning of the Spring Framework. I'm not going to lie to you. The Spring Framework is a big framework. The environment for enterprise Java is even bigger. If you're new to Java, you have a lot to learn. I hope through the content on this web site I can accelerate your education of the Java and Spring landscape.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.