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

13 lines
501 B
Plaintext
Raw Normal View History

[[spring-web]]
= Web on Servlet Stack
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].