Skip to content

Commit 58d79ff

Browse files
committed
Doc updates
1 parent 5333f9c commit 58d79ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/asciidoc/web-reactive.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ ApplicationContext context = new AnnotationConfigApplicationContext(DelegatingWe
310310
HttpHandler handler = DispatcherHandler.toHttpHandler(context); // (2)
311311
----
312312

313-
The above loads default Spring Web Reactive config (1), then creates a
313+
The above loads default Spring Web framework configuration (1), then creates a
314314
`DispatcherHandler`, the main class driving request processing (2), and adapts
315315
it to `HttpHandler` -- the lowest level Spring abstraction for reactive HTTP request handling.
316316

@@ -369,14 +369,14 @@ Spring configuration.
369369
[[web-reactive-getting-started-examples]]
370370
=== Examples
371371

372-
You will find code examples useful to build your own Spring Web Reactive application in these projects:
372+
You will find code examples useful to build reactive Web application in the following projects:
373373

374374
* https://github.com/bclozel/spring-boot-web-reactive[Spring Boot Web Reactive Starter]: sources of the reactive starter available at http://start.spring.io
375375
* https://github.com/poutsma/web-function-sample[Functional programming model sample]
376-
* https://github.com/sdeleuze/spring-reactive-playground[Spring Reactive Playground]: plaground for most Spring Web Reactive features
377-
* https://github.com/reactor/projectreactor.io/tree/spring-functional[Reactor website]: the `spring-functional` branch is a Spring Web Reactive functional web application
378-
* https://github.com/bclozel/spring-reactive-university[Spring Reactive University]: live-coded project from https://www.youtube.com/watch?v=Cj4foJzPF80[this Devoxx BE 2106 university talk]
376+
* https://github.com/sdeleuze/spring-reactive-playground[Spring Reactive Playground]: playground for most Spring Web reactive features
377+
* https://github.com/reactor/projectreactor.io/tree/spring-functional[Reactor website]: the `spring-functional` branch is a Spring 5 functional, Java 8 lambda-style application
378+
* https://github.com/bclozel/spring-reactive-university[Spring Reactive University session]: live-coded project from https://www.youtube.com/watch?v=Cj4foJzPF80[this Devoxx BE 2106 university talk]
379379
* https://github.com/thymeleaf/thymeleafsandbox-biglist-reactive[Reactive Thymeleaf Sandbox]
380380
* https://github.com/mix-it/mixit/[Mix-it 2017 website]: Kotlin + Reactive + Functional web and bean registration API application
381381
* https://github.com/simonbasle/reactor-by-example[Reactor by example]: code snippets coming from this https://www.infoq.com/articles/reactor-by-example[InfoQ article]
382-
* https://github.com/spring-projects/spring-framework/tree/master/spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation[Spring Web Reactive integration tests]: various features tested with Reactor https://projectreactor.io/docs/test/release/api/index.html?reactor/test/StepVerifier.html[`StepVerifier`]
382+
* https://github.com/spring-projects/spring-framework/tree/master/spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation[Spring integration tests]: various features tested with Reactor https://projectreactor.io/docs/test/release/api/index.html?reactor/test/StepVerifier.html[`StepVerifier`]

0 commit comments

Comments
 (0)