23 lines
1010 B
Markdown
23 lines
1010 B
Markdown
## Spring MVC XML
|
|
|
|
This module contains articles about Spring MVC with XML configuration
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Java Session Timeout](https://www.baeldung.com/servlet-session-timeout)
|
|
- [Returning Image/Media Data with Spring MVC](https://www.baeldung.com/spring-mvc-image-media-data)
|
|
- [Geolocation by IP in Java](https://www.baeldung.com/geolocation-by-ip-with-maxmind)
|
|
- [Guide to JavaServer Pages (JSP)](https://www.baeldung.com/jsp)
|
|
- [web.xml vs Initializer with Spring](https://www.baeldung.com/spring-xml-vs-java-config)
|
|
- [A Java Web Application Without a web.xml](https://www.baeldung.com/java-web-app-without-web-xml)
|
|
- [Introduction to Servlets and Servlet Containers](https://www.baeldung.com/java-servlets-containers-intro)
|
|
- More articles: [[more -->]](../spring-mvc-xml-2)
|
|
|
|
## Spring MVC with XML Configuration Example Project
|
|
|
|
- access a sample jsp page at: `http://localhost:8080/spring-mvc-xml/sample.html`
|