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].
|
|
|
|
For reactive-stack web applications, see xref:testing/unit.adoc#mock-objects-web-reactive[Web on Reactive Stack].
|
2015-03-03 18:38:01 +08:00
|
|
|
|
2016-07-25 23:44:12 +08:00
|
|
|
|
2017-10-14 01:24:33 +08:00
|
|
|
|
2017-08-23 22:00:26 +08:00
|
|
|
|
2016-07-26 06:33:43 +08:00
|
|
|
|