Full Stack Web Development With Spring 5

Last updated 12/2018MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHzLanguage: English | Size: 7.84 GB | Duration: 16h 21m


 

A comprehensive path to develop and secure Spring-based applications

What you'll learn

Prior programming knowledge of Java and familiarity with the Spring framework is assumed.

Requirements

This course is for Java developers who want to master the Spring framework modules with Hibernate quickly to build powerful and secure applications.

Description

The world of app development is fast paced, where app trends come and go. This has pushed for a change in the way we build our apps, including the tools we use. We are no longer capable of pushing out dynamic and fluid apps without using frameworks! Spring 5 is an enterprise Java framework. It is designed to simplify Java EE development and make developers more productive. It makes use of Inversion of control and dependency injection to promote good software coding practices and speed up development . If you want to build end-to-end modern web applications using Spring 5, then this course is for you.This course will help you quickly get up to speed with Spring 5 and Hibernate. Knowing both Spring and Hibernate will put you more in demand in the enterprise Java industry, and make your software life easier. To b with, you will learn to create high-perfog, reusable, easily testable, and loose coupling enterprise Java applications with Spring 5. You will then learn to create REST APIs and work with Spring's Data Access Layer using Hibernate as the ORM. You will also learn to test your Spring applications using MockMVC and Mockito. Finally, you will learn how to cleanly integrate Spring Security into your applications to secure them. This course will demystify the technology and help you understand the essential concepts to build your own Spring applications from scratch and secure them using Spring security.Contents and OverviewThis training program includes 3 complete courses, carefully chosen to give you the most comprehensive training possible.The first course, Spring 5 in 7 Days, is your one-stop guide to learning and building applications using the Spring framework. The Spring framework enables developers to create high-perfog, reusable, easily testable, and loose coupling enterprise Java applications. It can be used to develop any Java application.In the second course, Building Web Apps with Spring 5 and React, Spring is used to create the backend; you will learn to configure the Spring MVC and handle web requests. You will learn to build REST API endpoints and work with Spring's Data Access Layer using Hibernate as the ORM. You will then be introduced to other Spring components such as Spring Security, which will help you secure your backend (you'll also learn to test it). You will then move on to the frontend, where you will be introduced to React and its app development environment and components. At the end of the video, you will design your UI and create a SPA with React. Then you will integrate your React app with the Spring backend using JSON APIs or REST protocols. Finally, you will learn to test and secure your application.In the third course, Secure Your Spring-Based Applications, you will learn how to cleanly integrate Spring Security into your application using the latest technologies and frameworks with the help of detailed examples. The scenario created in the video revolves around a security audit of an insecure application and then modifying the sample to resolve the issues found in the audit. It starts by integrating a variety of authentication mechanisms and then demonstrates how to properly restrict access to your application. It concludes with tips on integrating with some of the more popular web frameworks. An example of how Spring Security defends against session fixation moves into concurrency control, and how you can utilize session management for administrative functions, is also included.By the end of this course, you will be well-versed with the concepts of Spring 5 to design, build, test, and secure your own applications with Spring 5 and Spring security.Meet Your Expert(s):We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth:· Ankit Mishra is a Senior Software Eeer with extensive IT experience in mission-critical development projects and architecture designs. He has worked for giants such as Ericsson, Fidelity, and others. He has more than six years of experience in managing and delivering Spring MVC and Spring Security projects, Cloud deployment, and PaaS cloud administration. Currently, he is working on Spring microservices, Spring Security, cloud deployment, and tuning.

Overview

Section 1: Spring 5 in 7 Days

Lecture 1 The Course Overview

Lecture 2 Spring Framework and What’s New in Spring

Lecture 3 Spring MVC Architecture

Lecture 4 Spring MVC Dispatcher and Controller – XML Config to Java Config

Lecture 5 Advanced Configuration Using JavaConfig

Lecture 6 Assignment

Lecture 7 Assignment Solution

Lecture 8 Handler Mapping and Attributes

Lecture 9 View Resolvers

Lecture 10 Exception Handling

Lecture 11 Assignment

Lecture 12 Assignment Solution

Lecture 13 Reactive Programming

Lecture 14 Basics of Spring WebFlux

Lecture 15 Spring WebFlux in Practice

Lecture 16 WebFlux Functional Programming

Lecture 17 Assignment

Lecture 18 Assignment Solution

Lecture 19 REST Services

Lecture 20 Build a RESTful Web Service Using Spring Boot

Lecture 21 RestTemplate and Consuming RESTful Web Services

Lecture 22 Reactive WebClient

Lecture 23 Assignment

Lecture 24 Assignment Solution

Lecture 25 Spring Security Basics

Lecture 26 Authentication and Authorization

Lecture 27 Form Login

Lecture 28 Integrate Spring Security in the Application

Lecture 29 Assignment

Lecture 30 Assignment Solution

Lecture 31 JPA and Hibernate

Lecture 32 Hibernate Relational Mappings

Lecture 33 Transaction Management and Integrate Hibernate in the Application

Lecture 34 Assignment

Lecture 35 Assignment Solution

Lecture 36 Setting Up MockMvc

Lecture 37 Request Post Processors and Request Builder

Lecture 38 Using Mockito Mocks

Lecture 39 Testing Method Security

Lecture 40 Assignment

Lecture 41 Assignment Solution

Section 2: Building Web Apps with Spring 5 and React

Lecture 42 The Course Overview

Lecture 43 Spring 5 Web MVC Framework and Architecture

Lecture 44 Implementing DispatcherServlet and Controllers

Lecture 45 Handler Mappings Views Resolvers and Attributes

Lecture 46 Handling Exceptions, HTTP Caching Support

Lecture 47 Reactive Programming with Spring 5

Lecture 48 WebFlux Integrated CRUD with Mongo Reactive

Lecture 49 Introduction to REST

Lecture 50 RestTemplate

Lecture 51 Consuming RESTful Web Services

Lecture 52 Reactive WebClient

Lecture 53 Hibernate 5 Basics

Lecture 54 CRUD Using Spring Hibernate

Lecture 55 Introduction to Spring Security

Lecture 56 Spring Security Configuration

Lecture 57 Introduction to ReactJS and Installation

Lecture 58 JSX

Lecture 59 Elements Rendering, Components, and Props

Lecture 60 State and LifeCycle

Lecture 61 Event Handling, List, Keys, and Refs

Lecture 62 Forms and Routers

Lecture 63 SPA with React

Lecture 64 Integrate React App with Spring Backend Using REST

Lecture 65 Securing the UI and the API

Lecture 66 Writing Security Test Cases

Lecture 67 Introduction to Spring Data REST

Lecture 68 Hypermedia Controls and Conditional Operations

Section 3: Secure Your Spring-Based Applications

Lecture 69 The Course Overview

Lecture 70 What Is Spring Security and Advantage?

Lecture 71 Introducing the Latest Spring Security Version

Lecture 72 Getting Spring Security and Core Modules

Lecture 73 Core Components/building blocks of Spring Security

Lecture 74 Authentication Basics

Lecture 75 Authentication in a Web Application

Lecture 76 Web Security Java Configuration

Lecture 77 HttpSecurity

Lecture 78 Access Control in Spring Security

Lecture 79 Form Login and CSRF

Lecture 80 Authorize Requests

Lecture 81 Basic and Digest Authentication

Lecture 82 Remember-Me Authentication

Lecture 83 Handling Logouts

Lecture 84 Authentication Manager, Provider Manager, and Authentication Providers

Lecture 85 Authentication Types

Lecture 86 The Security Filter Chain

Lecture 87 Core Security Filters

Lecture 88 Method Security

Lecture 89 Localization

Lecture 90 User Detail Service Implementation

Lecture 91 Password Encoding

Lecture 92 HTTPResponse Headers

Lecture 93 Session Management

Lecture 94 Authorization Architecture

Lecture 95 Expression Based Access Control

Learn functional programming with Spring 5 to build reactive applications using Spring WebFlux,Learn Spring framework: Dependency Injection, IOC containers, and application context,Develop web applications integrating Spring security, Spring REST, JPA Hibernate, and Spring WebFlux,Learn how to migrate from XML config to Java Config,Build REST endpoints and consume RESTful web services,Know how to access data using JPA and Hibernate,Learn reactive and non-blocking programming with Spring 5,Test your applications using MockMVC and Mockito,Fine-tune Spring Security and learn best practices,Learn to secure your applications using Spring Security

HomePage:

https://www.udemy.com/course/full-stack-web-development-with-spring-5/

 

 

 


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Themelli   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss