You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
500 B
12 lines
500 B
[[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 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].
|
|
|