mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-03 04:19:47 +01:00
8567402969
This commit extract spring-related links and recurring external links into asciidoctor attributes to be used by the Antora toolchain. It notably homogenizes links to: - IETF RFCs - Java Community Process JSRs - the Java API Documentation (on the Java 17 version) - Kotlin documentations (on the Kotlinlang.org version) - the Spring Boot reference guide (on the `html` version) This commit also reworks most link attributes to follow a Project-Category-Misc syntax. For example, `spring-boot-docs` rather than `docs-spring-boot`. Finally, it makes an effort to clean up remainders from the previous documentation toolchain, namely the `docs/asciidoc` folder and `modules/ROOT/pages/attributes.adoc` file. Closes gh-26864 Closes gh-31619
13 lines
609 B
Plaintext
13 lines
609 B
Plaintext
[[spring-web-reactive]]
|
|
= Web on Reactive Stack
|
|
|
|
This part of the documentation covers support for reactive-stack web applications built
|
|
on a {reactive-streams-site}/[Reactive Streams] API to run on non-blocking
|
|
servers, such as Netty, Undertow, and Servlet containers. Individual chapters cover
|
|
the xref:web/webflux.adoc#webflux[Spring WebFlux] framework,
|
|
the reactive xref:web/webflux-webclient.adoc[`WebClient`],
|
|
support for xref:web/webflux-test.adoc[testing],
|
|
and xref:web/webflux-reactive-libraries.adoc[reactive libraries]. For Servlet-stack web
|
|
applications, see xref:web.adoc[Web on Servlet Stack].
|
|
|