spring-framework/framework-docs/modules/ROOT/pages/web.adoc

10 lines
500 B
Plaintext
Raw Normal View History

[[spring-web]]
= Web on Servlet Stack
:page-section-summary-toc: 1
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:web-reactive.adoc[Web on Reactive Stack].