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

11 lines
401 B
Markdown
Raw Normal View History

2013-04-30 06:04:07 -04:00
=========
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-02-08 05:14:54 -05:00
- [Basic Forms with Spring MVC](http://www.baeldung.com/spring-mvc-form-tutorial)