web.adoc 1.1 KB
Newer Older
B
Brian Clozel 已提交
1 2
[[spring-web]]
= The Web
3 4
:doc-root: https://docs.spring.io
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
5 6
:toc: left
:toclevels: 2
7
ifdef::backend-pdf[:source-highlighter: rouge]
B
Brian Clozel 已提交
8 9 10 11 12 13 14

This part of the reference documentation covers Spring Framework's support for the
presentation tier (and specifically web-based presentation tiers) including support
for WebSocket-style messaging in web applications.

Spring Framework's own web framework, <<mvc,Spring Web MVC>>, is covered in the
first couple of chapters. Subsequent chapters are concerned with Spring Framework's
S
Stephane Nicoll 已提交
15
integration with other web technologies, such as <<jsf,JSF>>.
B
Brian Clozel 已提交
16 17 18 19 20

The section then concludes with comprehensive coverage of the Spring Framework
<<websocket>> (including <<websocket-stomp>>).


21
include::web/web-mvc.adoc[leveloffset=+1]
B
Brian Clozel 已提交
22

23
include::web/web-view.adoc[leveloffset=+1]
B
Brian Clozel 已提交
24

25
include::web/web-cors.adoc[leveloffset=+1]
R
Rossen Stoyanchev 已提交
26

27
include::web/web-integration.adoc[leveloffset=+1]
B
Brian Clozel 已提交
28

29
include::web/web-websocket.adoc[leveloffset=+1]
30

31
include::web/web-flux.adoc[leveloffset=+1]