15 lines
577 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:
2014-03-15 12:19:33 +02:00
- [Spring MVC Tutorial](http://www.baeldung.com/spring-mvc-tutorial)
2013-08-01 01:33:59 +03:00
- [Servlet Session Timeout](http://www.baeldung.com/servlet-session-timeout)
2016-02-08 12:14:54 +02:00
- [Basic Forms with Spring MVC](http://www.baeldung.com/spring-mvc-form-tutorial)
2016-10-04 15:17:41 +06:00
- [Returning Image/Media Data with Spring MVC](http://www.baeldung.com/spring-mvc-image-media-data)