* 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
		
			
				
	
	
		
			19 lines
		
	
	
		
			876 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			876 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| =========
 | ||
| 
 | ||
| ###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: 
 | ||
| - [Spring MVC Tutorial](http://www.baeldung.com/spring-mvc-tutorial) 
 | ||
| - [Servlet Session Timeout](http://www.baeldung.com/servlet-session-timeout)
 | ||
| - [Basic Forms with Spring MVC](http://www.baeldung.com/spring-mvc-form-tutorial)
 | ||
| - [Returning Image/Media Data with Spring MVC](http://www.baeldung.com/spring-mvc-image-media-data)
 | ||
| - [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 SpringMVC’s Form Tag Library](http://www.baeldung.com/spring-mvc-form-tags)
 | ||
| - [Guide to JSTL](http://www.baeldung.com/guide-to-jstl)
 |