Proper WebFlux reference and MVC reference updates

Pending -- WebSocket, WebTestClient, more details around annotation
processing, exception handling, and view resolution.

Issue: SPR-15149, SPR-16009
This commit is contained in:
Rossen Stoyanchev
2017-09-13 21:02:28 -04:00
parent 41b53de644
commit 9d5a25e737
10 changed files with 2341 additions and 1466 deletions

View File

@@ -0,0 +1,15 @@
[[spring-web-reactive]]
= Web on Reactive Stack
:doc-root: https://docs.spring.io
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
:toc: left
:toclevels: 4
:docinfo1:
This part of the documentation covers support for reactive stack, web applications built on a
http://www.reactive-streams.org/[Reactive Streams] API to run on top of non-blocking
servers such as Netty, Undertow, and Servlet 3.1+ containers. Individual chapters cover
<<webflux-module, Spring WebFlux>> and its <<webflux-fn,functional programming model>>.
For Servlet stack, web applications, to go <<web.adoc#spring-web,Web on Servlet Stack>>.
include::web/webflux.adoc[leveloffset=+1]