mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
This commit creates a new "framework-docs" module, which is dedicated to documentation generation (reference and API docs). This commit refactors the build configuration and moves the asciidoc files to a separate location, but does not change the name nor the nature of published artifacts. Closes gh-29417
22 lines
712 B
Plaintext
22 lines
712 B
Plaintext
[[spring-web]]
|
|
= Web on Servlet Stack
|
|
:toc: left
|
|
:toclevels: 4
|
|
:tabsize: 4
|
|
:docinfo1:
|
|
|
|
This part of the documentation covers support for Servlet-stack web applications built on the
|
|
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>>.
|
|
|
|
include::web/webmvc.adoc[leveloffset=+1]
|
|
|
|
include::web/webmvc-client.adoc[leveloffset=+1]
|
|
|
|
include::web/webmvc-test.adoc[leveloffset=+1]
|
|
|
|
include::web/websocket.adoc[leveloffset=+1]
|
|
|
|
include::web/integration.adoc[leveloffset=+1]
|