Reactive Spring Boot LiveLessons, 3rd Edition

Reactive Spring Boot LiveLessons, 3rd Edition

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 7h 46m | 2.25 GB

Spring is the most used framework for building services and applications and getting them to production. Today’s applications need to scale more and more to handle more users and content with the increasing demand. Reactive Spring Boot LiveLessons 3rd Edition, by Josh Long, Spring Developer Advocate, introduces key concepts of reactive programming and examines different aspects of the Spring ecosystem that lend themselves to the functional and reactive style of programming.

These videos not only show you where to start and how to build these applications, but they also provide a solid foundation that will allow you to apply the skills learned to other parts of the Spring ecosystem that build on these core concepts. The 3rd Edition has been updated and expanded to cover GraphQL.

Learn How To

  • Examine the different aspects of the Spring ecosystem that lend themselves to the functional and reactive style of programming
  • Explore Reactive Data Access using Spring Data and Spring Data MongoDB
  • Understand the Reactive Streams specification as a compatibility layer and how to use the
  • Reactive Stream types as a mechanism for interoperability across OS projects
  • Test reactive applications
  • How to consume data from a publisher in Spring Integration and how to consume data from a publisher in
  • Spring Cloud Stream
  • Use Spring Cloud Function
  • Build Edge Services

Lesson 1, “Basics,” examines what motivates the move to reactive programming and how it is supported in the Reactive Streams specification.

Lesson 2, “Data,” covers the importance of data and how Spring supports non-blocking data access for any NoSQL and SQL data stores.

Lesson 3, “HTTP Services,” focuses on what reactive programming means in an HTTP environment. It introduces functional reactive HTTP handlers, RestController-style controllers, reactive server-sent event streams and more.

Lesson 4, “WebSockets,” focuses on Websockets, a binary protocol that supports bi-directional communication. This lesson examines how websockets, which are an extension to HTTP, integrate with Reactive Streams.

Lesson 5, “HTTP Clients,” briefly reviews the `Webclient`, the reactive HTTP client. It also discusses some patterns that clients will care about when dealing with distributed services. After incrementally building up from basic reactive pipelines to data access and then HTTP and websockets, Lesson 6, “RSocket,” introduces RSocket. RSocket is a binary protocol that supports full duplex bi-directional communication, fully integrated in Spring Framework 5.2 and Spring Boot.

Lesson 6, “RSocket,” covers this protocol designed by engineers at Netflix and then Facebook. It’s a binary protocol that supports bi-directional communication and used for service-to-service communication. This lesson covers the motivations for using RSocket, Raw RSocket and RSocket in Spring.

Lesson 7, “GraphQL,” a protocol developed at Facebook, is a way to build data integration gateways and changes the way edge services are built. This lesson introduces GraphQL, GraphQL Schema and the Domain. It also covers low level “RuntimeWiring Configurer”, queries, mutations and subscriptions. Josh Long also introduces the new Spring GraphQL.

Lesson 8, “Security,” shows how Spring Security works flawlessly to protect HTTP and RSocket-based services.

Lesson 9, “Gateway,” examines how to use Spring Cloud Gateway and how it is used to act as an API gateway for HTTP- and RSocket-based services.

Lesson 10, “Reactive Streams Redux,” focuses on the Reactive Streams specification as a compatibility layer and shows how to use the Reactive Stream types as a mechanism for interoperability across opensource projects like Akka Streams, Vert.x. Spring Web Flux, and Spring Data.

Lesson 11 “Reactive Streams Redux,” briefly reviews testing reactive applications and covers Reactive data access, Reactive web services, and how to test reactive microservices.

Table of Contents

1 Reactive Spring Boot – Introduction
2 Learning objectives
3 Motivations for Reactive Programming
4 Reactive Streams and Java 9 ‘Flow’
5 Project Reactor
6 The Spring Initializr
7 Learning objectives
8 NoSQL with MongoDB
9 SQL with R2DBC
10 Transactions
11 Learning objectives
12 Spring MVC-style HTTP Controllers
13 Functional Reactive-style Controllers
14 Server-Sent Events
15 Learning objectives
16 A Simple Neverending Websocket Example
17 JavaScript to Talk to It
18 Learning objectives
19 The Reactive HTTP Client
20 Reactor Error Handling
21 Spring Cloud Circuitbreaker
22 Service Hedging
23 Learning objectives
24 Motivations
25 Raw RSocket
26 RSocket in Spring
27 Learning objectives
28 Introducing GraphQL
29 Introducing GraphQL Schema
30 Introducing the Domain
31 The Low Level ‘RuntimeWiringConfigurer’
32 Queries
33 Mutations
34 Subscriptions
35 Learning objectives
36 Motivations
37 HTTP
38 RSocket
39 Learning objectives
40 Motivations
41 HTTP
42 RSocket
43 Learning objectives
44 Reactive Streams Specification
45 Processing Data with Akka Actors
46 Learning objectives
47 Motivations for Test-Driven Development
48 Basic Testing
49 Testing Data Tier
50 Testing the Web Tier
51 Testing a Client
52 Microservice Testing
53 Reactive Spring Boot – Summary

Homepage