2015-03-03 18:38:01 +08:00
|
|
|
[[spring-web]]
|
|
|
|
= The Web
|
2017-01-05 00:51:58 +08:00
|
|
|
:doc-root: https://docs.spring.io
|
|
|
|
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
|
2017-03-29 20:20:12 +08:00
|
|
|
:toc: left
|
|
|
|
:toclevels: 2
|
2015-03-03 18:38:01 +08:00
|
|
|
|
|
|
|
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
|
2016-06-09 16:38:16 +08:00
|
|
|
integration with other web technologies, such as <<jsf,JSF>>.
|
2015-03-03 18:38:01 +08:00
|
|
|
|
|
|
|
The section then concludes with comprehensive coverage of the Spring Framework
|
|
|
|
<<websocket>> (including <<websocket-stomp>>).
|
|
|
|
|
|
|
|
|
2017-01-05 00:51:58 +08:00
|
|
|
include::web/web-mvc.adoc[leveloffset=+1]
|
2015-03-03 18:38:01 +08:00
|
|
|
|
2017-01-05 00:51:58 +08:00
|
|
|
include::web/web-view.adoc[leveloffset=+1]
|
2015-03-03 18:38:01 +08:00
|
|
|
|
2017-01-05 00:51:58 +08:00
|
|
|
include::web/web-cors.adoc[leveloffset=+1]
|
2016-07-25 23:44:12 +08:00
|
|
|
|
2017-01-05 00:51:58 +08:00
|
|
|
include::web/web-integration.adoc[leveloffset=+1]
|
2015-03-03 18:38:01 +08:00
|
|
|
|
2017-01-05 00:51:58 +08:00
|
|
|
include::web/web-websocket.adoc[leveloffset=+1]
|
2016-07-26 06:33:43 +08:00
|
|
|
|
2017-01-05 00:51:58 +08:00
|
|
|
include::web/web-flux.adoc[leveloffset=+1]
|