java-tutorials/spring-mvc-xml/README.md

18 lines
827 B
Markdown
Raw Normal View History

2013-04-30 06:04:07 -04:00
=========
2016-06-28 05:29:00 -04:00
###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
2013-07-14 07:03:04 -04:00
## Spring MVC with XML Configuration Example Project
2014-03-15 06:20:16 -04:00
- access a sample jsp page at: `http://localhost:8080/spring-mvc-xml/sample.html`
2013-07-14 07:03:04 -04:00
### Relevant Articles:
2014-03-15 06:19:33 -04:00
- [Spring MVC Tutorial](http://www.baeldung.com/spring-mvc-tutorial)
2013-07-31 18:33:59 -04:00
- [Servlet Session Timeout](http://www.baeldung.com/servlet-session-timeout)
2016-10-04 05:17:41 -04:00
- [Returning Image/Media Data with Spring MVC](http://www.baeldung.com/spring-mvc-image-media-data)
2016-11-24 09:04:37 -05:00
- [Geolocation by IP in Java](http://www.baeldung.com/geolocation-by-ip-with-maxmind)
2017-01-15 10:11:46 -05:00
- [Guide to JavaServer Pages (JSP)](http://www.baeldung.com/jsp)
- [Exploring SpringMVCs Form Tag Library](http://www.baeldung.com/spring-mvc-form-tags)
- [web.xml vs Initializer with Spring](http://www.baeldung.com/spring-xml-vs-java-config)