* JSP Servlets With Three Examples JSP Article! * Readme BAEL-426 - still needs permanent URL * Cleanup * BAEL-426 - Final spot for working code Tested. It's all good. * Root documentation added! * Cleanup * JSP added * Fixed Broken Module in Spring
		
			
				
	
	
		
			16 lines
		
	
	
		
			717 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			717 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 JSP](http://www.baeldung.com/guide-to-jsp) |