java-tutorials/spring-mvc-xml
ocheja 3c3089e5f0 BAEL-1602 (#3963)
* Implement examples for ASCII Art in Java

* Remove deprecated use of ControllerClassNameHandlerMapping

* Implement examples for JSTL core tag

* Implement examples for JSTL formatting tags

* Implement examples for JSTL SQL tags

* Implement examples for JSTL XML tags

* Implement examples for JSTL function tags

* Setup controllers package scanning

* Add link to article on jstl

* naming change

* Add jstl maven repository

* Migrate example codes for Guide to JSTL to spring-mvc-forms-jsp module

* Add view resolver order to define priority

* Remove guide to jstl example codes from spring-mvc-xml module

* Remove guide to jstl examples in spring-mvc-xml module after merge

* Update link to article
2018-04-10 18:34:50 +02:00
..
src BAEL-1602 (#3963) 2018-04-10 18:34:50 +02:00
.gitignore spring mvc work 2013-04-30 18:04:57 +03:00
README.md BAEL-1602 (#3963) 2018-04-10 18:34:50 +02:00
pom.xml BAEL-1602 (#3963) 2018-04-10 18:34:50 +02:00

README.md

=========

###The Course The "REST With Spring" Classes: http://bit.ly/restwithspring

Spring MVC with XML Configuration Example Project

  • access a sample jsp page at: http://localhost:8080/spring-mvc-xml/sample.html

Relevant Articles: