2015-03-03 18:38:01 +08:00
|
|
|
[[spring-web]]
|
2017-09-13 02:57:47 +08:00
|
|
|
= Web on Servlet Stack
|
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
|
2017-10-06 10:23:38 +08:00
|
|
|
:toclevels: 4
|
2017-11-21 05:28:00 +08:00
|
|
|
:tabsize: 4
|
2017-09-18 18:16:47 +08:00
|
|
|
:docinfo1:
|
2015-03-03 18:38:01 +08:00
|
|
|
|
2017-09-13 02:57:47 +08:00
|
|
|
This part of the documentation covers support for Servlet stack, web applications built on the
|
|
|
|
Servlet API and deployed to Servlet containers. Individual chapters include <<mvc,Spring MVC>>,
|
|
|
|
<<mvc-view,View Technologies>>, <<mvc-cors,CORS Support>>, and <<websocket,WebSocket Support>>.
|
2017-09-14 09:02:28 +08:00
|
|
|
For reactive stack, web applications, go to <<web-reactive.adoc#spring-web-reactive,Web on Reactive Stack>>.
|
2015-03-03 18:38:01 +08:00
|
|
|
|
2017-08-23 22:00:26 +08:00
|
|
|
include::web/webmvc.adoc[leveloffset=+1]
|
2016-07-25 23:44:12 +08:00
|
|
|
|
2017-10-14 01:24:33 +08:00
|
|
|
include::web/webmvc-client.adoc[leveloffset=+1]
|
|
|
|
|
2017-10-11 04:12:12 +08:00
|
|
|
include::web/webmvc-test.adoc[leveloffset=+1]
|
2017-08-23 22:00:26 +08:00
|
|
|
|
|
|
|
include::web/websocket.adoc[leveloffset=+1]
|
2016-07-26 06:33:43 +08:00
|
|
|
|
2017-10-04 06:06:13 +08:00
|
|
|
include::web/integration.adoc[leveloffset=+1]
|
2017-08-17 18:45:11 +08:00
|
|
|
|