2019-09-20 16:31:59 +01:00
|
|
|
|
## Spring MVC XML
|
|
|
|
|
|
|
|
|
|
This module contains articles about Spring MVC with XML configuration
|
2013-04-30 13:04:07 +03:00
|
|
|
|
|
2016-06-28 12:29:00 +03:00
|
|
|
|
###The Course
|
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
2013-07-14 14:03:04 +03:00
|
|
|
|
### Relevant Articles:
|
2019-10-02 11:30:08 -06: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)
|
2019-04-09 21:44:36 +08:00
|
|
|
|
- [A Java Web Application Without a web.xml](https://www.baeldung.com/java-web-app-without-web-xml)
|
2019-09-20 16:31:59 +01:00
|
|
|
|
- [Validating RequestParams and PathVariables in Spring](https://www.baeldung.com/spring-validate-requestparam-pathvariable)
|
|
|
|
|
|
|
|
|
|
## Spring MVC with XML Configuration Example Project
|
|
|
|
|
- access a sample jsp page at: `http://localhost:8080/spring-mvc-xml/sample.html`
|