2015-03-03 18:38:01 +08:00
|
|
|
[[spring-web]]
|
2017-09-13 02:57:47 +08:00
|
|
|
= Web on Servlet Stack
|
2023-04-19 23:26:17 +08:00
|
|
|
:page-section-summary-toc: 1
|
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
|
2023-04-19 23:26:17 +08:00
|
|
|
Servlet API and deployed to Servlet containers. Individual chapters include xref:web/webmvc.adoc#mvc[Spring MVC],
|
|
|
|
xref:web/webmvc-view.adoc[View Technologies], xref:web/webmvc-cors.adoc[CORS Support], and xref:web/websocket.adoc[WebSocket Support].
|
2023-11-20 23:22:35 +08:00
|
|
|
For reactive-stack web applications, see xref:web-reactive.adoc[Web on Reactive Stack].
|
2016-07-26 06:33:43 +08:00
|
|
|
|