Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Spring Mvc With Spring Boot (All Modules) And Project!!

Posted By: ELK1nG
Spring Mvc With Spring Boot (All Modules) And Project!!

Spring Mvc With Spring Boot (All Modules) And Project!!
Last updated 9/2020
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.12 GB | Duration: 8h 33m

Learn Spring MVC, Spring Boot, Spring Data JPA, Spring Security, Mini Project, etc

What you'll learn
Spring MVC (Dispatcher Servlet, Controller, Validation, Services, Repositories, etc.. )
Spring Boot (Bootstrapping, Actuator, Dev-tools, Auto-config, Starter Projects, etc.. )
Spring Data JPA (Hibernate, Spring JDBC Templates, H2 Database, etc.. )
Spring Security (Authorization, Authentication, CSRF Token, etc.. )
Maven (Dependency Management, Project structure, Repositories, Plugin, etc.. )
Key Annotations (@ModelAttribute, @SessionAttribute, @ExceptionHandler, @Repository, Forward/Redirect Attribute, etc.. )
Little bit on View technologies (JSP, JSTL, Thymeleaf, Apache Freemarker, Bootstrap library, etc)
You will learn how to create a complete Spring based web application from scratch, with Spring Security, MVC, Spring Data, View etc
Spring boot Actuator to analyze and monitor application metrics
Spring boot Dev-tools
Requirements
Basic knowledge on Java Programming
Basic knowledge on HTML
Description
Spring MVC with Spring Boot is a course on learning all key spring framework features to develop robust enterprise grade web applications. And Spring Boot will make the job easy (I mean, a lot easier than one might imagine!)Spring MVC is a collection of Spring Projects (Including Spring Web, Spring Data, Spring Security, etc) that we can use to create very robust and secure Enterprise Java Applications and follows the 'Model View Controller' design pattern. Spring MVC, relies on the core principles of Spring Framework like IOC, Dependency Injection, etc.What is Covered in this course?Well, this course will cover everything you need to start working on real time spring based projects. This course will also cover all the prerequisite concepts, so that you don't have to learn anything new beyond this course.The following is the rough high level view of the content, that we will be covering in this course..Cover prerequisite conceptsDependency InjectionInversion of controlGetting Started with Spring MVCMVC ArchitectureSpring MVC ArchitectureCreating a Simple MVC application with spring frameworkUnderstanding the flow of execution with a brief diagramComparing traditional MVC with Spring MVCFront Controller Pattern and Dispatcher servletWeb Application ContextRoot Application Context Spring BootSpring Boot IntroductionSpring InitializerUnderstanding various components of Spring Boot ProjectExploring spring Boot ApplicationSelf-contained Jars with Spring bootUnderstanding Spring Boot Features (Autoconfig, Starter dependencies, etc)Deploying a War File with Spring BootEmbedded ServersInterceptorsUnderstanding InterceptorsInterceptor ExampleRestrictionsInterceptors without Spring BootRequest HandlingMapping AnnotationsGet and Post Mapping and understanding the flowExploring URI PatternsSpring Controller ArgumentsReturn TypesKey Annotations@RequestParms, @GetMapping, @CookieValue@ModelAttribute@SessionAttributesForward, Redirect and Flash AttributesHandling ExceptionsException Handling in Spring ApplicationException Handling in Spring BootSpring JDBCSpring JDBC vs Traditional JDBCSpring JDBC DB Access without Spring BootSpring JDBC with Spring BootConnecting External Database and performing transactionsSQL, Prepared Statement(Pre-Requisite Chapter) HibernateIntroduction of HibernateHibernate Terminologies (Session, Session Factory, Cache, etc)JDBC vs HibernateHibernate App, theoretical walk throughHibernate code walkthroughHibernate AnnotationsHibernate Auto SyncRelations in HibernateSpring Data JPAUnderstanding Spring Data JPA Features with Example@Query,@NamedParams,@IndexedParamsQuery MethodsSorting,Pagination,@ModyfyingDynamic Queries with CriteriaBuilderSprig SecurityIntroduction to Spring SecurityIn Memory Data StoreJDBC AuthenticationPassword EncodingCSRF AttackInstalling KeyStore for HTTPSLDAP IntegrationSprig Boot ActuatorIntroduction to ActuatorHealth and Custom Health IndicatorsAuto Config ConditionsLogging Endpoint'env' EndpointApp MetricsCustomizing EndpointsCustom EndpointsOther EndpointsSprig Boot DevtoolsDevtools IntroductionDevtools Live ReloadDevtools Auto-RestartGlobal settings and Property DefaultsRemote debuggingIn the end, we will combine all the modules we learn and create a real time Todo application from scratch! More content will be updated on timely basis..Who am I?I have well over a decade of experience (Actually 13! By the time of this writing) in the Industry and to the most part, I've work on Java and Related technologies. I've switched between many jobs, experienced many cultures and technologies and been mentoring many projects since then.One of the things that I am absolutely passionate about, is 'Teaching'. I just love it. I can explain very complex concepts in easy to understand manner. Below are few random reviews that made my day..Note : I did not take permission from the students to put their names. Hence I did not.★★★★★"In South Korea, nobody can teach like this course. Before I was very hard to understand even though having experience 10 years scalable network programming. NOT now. It's very easy to go into the Spring world step by step. I recommend it if you want to know what is spring."★★★★★"Instructor has great knowledge on the topics he covered."★★★★★"An excellent trainer.I would really to take his courses always .The trainer prepares the student to go in the market and secure a job."★★★★★"This course is really worth it. The tutor has ample practical knowledge and discusses about almost everything that is there to know. I am glad i took this course and would encourage any aspirant to go for it."★★★★★"Good, clear instructor with uncluttered focused examples - recommended."★★★★★On my Java course : "Liking the course so for. Very good explanation of each concepts, explaining the fundamentals on each topic, all the way till what happens in memory in each, explaining the "Why's" in the beginning of topic (which is very important to me, otherwise one would be just memorizing). I liked the author's approach to start with explaining methods and then expanding it to classes, objects and others. This course is good value for the money."I wish you great learning!

Overview

Section 1: Dependency Injection (Pre-requisite chapter!)

Lecture 1 Download Files

Lecture 2 Join Our Exclusive Facebook Group & YouTube Channel!

Lecture 3 A quick note before you proceed with this chapter!

Lecture 4 Tight Coupling

Lecture 5 Dependency Injection

Lecture 6 Dependency Injection with Spring

Lecture 7 Autowiring

Lecture 8 Autowire Annotation

Section 2: Warm Up!

Lecture 9 Download Files

Lecture 10 MVC Architecture

Lecture 11 Spring MVC Architecture

Lecture 12 A Friendly Note :)

Lecture 13 Join my private Facebook group (Benefits exclusive to my students!)

Lecture 14 Pre-Requisites

Lecture 15 Setting up the Environment

Lecture 16 MVC App Step 1

Lecture 17 MVC App Step 2

Lecture 18 MVC App Step 3

Lecture 19 MVC App Step 4

Lecture 20 Web Application Context

Lecture 21 Root Application Context

Section 3: Spring Boot

Lecture 22 Download Files

Lecture 23 Notes / Article available for this chapter!

Lecture 24 Spring Boot Intro

Lecture 25 Spring Initializer

Lecture 26 Project Walkthrough

Lecture 27 Exploring the App Logic

Lecture 28 How it Works and Creating Jar's

Lecture 29 Spring Boot Features Revised

Lecture 30 Deploying a War File with Spring Boot

Section 4: Interceptors

Lecture 31 Download Files

Lecture 32 Interceptor Theory

Lecture 33 Interceptor Example

Lecture 34 Applying Restrictions

Lecture 35 Interceptors without Spring Boot

Section 5: Request Handling

Lecture 36 Download Files

Lecture 37 Mapping Annotations

Lecture 38 Get and Post Mapping

Lecture 39 URI Patterns

Lecture 40 Controller Method Args

Lecture 41 Return Value

Section 6: Key Annotations

Lecture 42 Download Files

Lecture 43 RequestParms, GetMapping, CookieValue

Lecture 44 Model Attribute Part 1

Lecture 45 Model Attribute Part 2

Lecture 46 Session Attributes

Lecture 47 Forward, Redirect and Flash Attributes

Section 7: Handling Exceptions

Lecture 48 Download Files

Lecture 49 Exception Handling

Lecture 50 Exception Handling in Spring Boot

Section 8: Spring JDBC

Lecture 51 Download Files

Lecture 52 Spring JDBC Intro

Lecture 53 Spring JDBC without Spring Boot

Lecture 54 Spring JDBC with Spring Boot

Lecture 55 External Database

Lecture 56 Prepared Statement

Section 9: (Pre-Requisite Chapter) Hibernate

Lecture 57 Intro

Lecture 58 Terminologies

Lecture 59 JDBC vs Hibernate

Lecture 60 Things you need

Lecture 61 First Hibernate App Part 1

Lecture 62 First Hibernate App Part 2

Lecture 63 Main Logic Theory

Lecture 64 Exploring the Main Logic

Lecture 65 Improving our Code

Lecture 66 Incorporating Annotations

Lecture 67 Hibernate Auto Sync

Lecture 68 Relations in Hibernate

Section 10: Spring Data JPA

Lecture 69 Download Files

Lecture 70 Spring Data JPA

Lecture 71 @Query,NamedParams,IndexedParams

Lecture 72 Query Methods

Lecture 73 Sorting,Pagination,ModyfyingAnn

Lecture 74 CriteriaBuilder

Section 11: Sprig Security

Lecture 75 Download Files

Lecture 76 Introduction to Spring Security

Lecture 77 In Memory Data Store

Lecture 78 JDBC Authentication

Lecture 79 Password Encoding

Lecture 80 CSRF Attack

Lecture 81 Installing KeyStore for HTTPS

Lecture 82 LDAP Integration

Section 12: Creating an End-to-End Application

Lecture 83 Download Files

Lecture 84 Our Final Application Walk through

Lecture 85 Dependency Walkthrough

Lecture 86 Incorporating Back-end Components for Spring Security

Lecture 87 Backend components for Todo Management

Lecture 88 JSP Fragments

Lecture 89 Login/Logout Functionality

Lecture 90 User Registration and Validation

Lecture 91 AddViewTodos

Lecture 92 UpdateDeleteTodo

Lecture 93 Enforcing Authorization

Lecture 94 User Management

Lecture 95 Project Structure

Section 13: Spring Boot Actuator

Lecture 96 Actuator Introduction

Lecture 97 Monitoring Health and Custom Health Indicators

Lecture 98 Exploring Auto Config Conditions

Lecture 99 Logging Endpoint

Lecture 100 Exploring 'env' Endpoint

Lecture 101 Exploring Application Metrics

Lecture 102 Custom Info Endpoints

Lecture 103 Creating Custom Endpoints

Lecture 104 Explore Other Endpoints

Section 14: Spring Boot Devtools

Lecture 105 Spring Boot Devtools Introduction

Lecture 106 Setting up Devtools

Lecture 107 Live Reload Theory

Lecture 108 Live Reload

Lecture 109 Autorestart

Lecture 110 Global Setting and Property Defaults

Lecture 111 Remote App Theory

Lecture 112 Remote App

This course is for everyone who want to gain knowledge and hands on experience on the most popular Web Framework "Spring" !!