17 lines
754 B
Markdown
Raw Normal View History

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
## Spring MVC with XML Configuration Example Project
2014-03-15 12:20:16 +02:00
- access a sample jsp page at: `http://localhost:8080/spring-mvc-xml/sample.html`
2013-07-14 14:03:04 +03:00
### Relevant Articles:
2019-02-28 20:57:35 +08:00
- [Java Session Timeout](http://www.baeldung.com/servlet-session-timeout)
2016-10-04 15:17:41 +06:00
- [Returning Image/Media Data with Spring MVC](http://www.baeldung.com/spring-mvc-image-media-data)
2016-11-24 08:04:37 -06:00
- [Geolocation by IP in Java](http://www.baeldung.com/geolocation-by-ip-with-maxmind)
2017-01-15 21:11:46 +06: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)