2015-03-03 18:38:01 +08:00
|
|
|
[[spring-web]]
|
2017-09-13 02:57:47 +08:00
|
|
|
= Web on Servlet Stack
|
2022-11-17 22:35:28 +08:00
|
|
|
include::attributes.adoc[]
|
|
|
|
|
include::page-layout.adoc[]
|
2015-03-03 18:38:01 +08:00
|
|
|
|
2018-09-17 22:36:43 +08:00
|
|
|
This part of the documentation covers support for Servlet-stack web applications built on the
|
2019-03-05 20:08:34 +08:00
|
|
|
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>>.
|
|
|
|
|
For reactive-stack web applications, see <<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]
|