* 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
This commit is contained in:
ocheja
2018-04-11 01:34:51 +09:00
committed by Grzegorz Piwowarek
parent 64cadbffeb
commit 3c3089e5f0
18 changed files with 36 additions and 13 deletions
-1
View File
@@ -15,4 +15,3 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Geolocation by IP in Java](http://www.baeldung.com/geolocation-by-ip-with-maxmind)
- [Guide to JavaServer Pages (JSP)](http://www.baeldung.com/jsp)
- [Exploring SpringMVCs Form Tag Library](http://www.baeldung.com/spring-mvc-form-tags)
- [Guide to JSTL](http://www.baeldung.com/guide-to-jstl)