2019-10-31 21:43:47 -04:00
|
|
|
|
## Spring MVC XML
|
|
|
|
|
|
|
|
|
|
This module contains articles about Spring MVC with XML configuration
|
|
|
|
|
|
2019-10-25 08:14:04 -04:00
|
|
|
|
### The Course
|
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-10-25 08:14:04 -04:00
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
|
- [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)
|
|
|
|
|
- [Exploring SpringMVC’s Form Tag Library](https://www.baeldung.com/spring-mvc-form-tags)
|
|
|
|
|
- [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)
|
|
|
|
|
- [Validating RequestParams and PathVariables in Spring](https://www.baeldung.com/spring-validate-requestparam-pathvariable)
|
|
|
|
|
- [Debugging the Spring MVC 404 “No mapping found for HTTP request” Error](https://www.baeldung.com/spring-mvc-404-error)
|
2020-12-02 06:28:40 -05:00
|
|
|
|
- [Introduction to Servlets and Servlet Containers](https://www.baeldung.com/java-servlets-containers-intro)
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
|
|
## Spring MVC with XML Configuration Example Project
|
2019-10-25 08:14:04 -04:00
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
|
- access a sample jsp page at: `http://localhost:8080/spring-mvc-xml/sample.html`
|