35 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| =========
 | ||
| 
 | ||
| ## Spring MVC with Java Configuration Example Project
 | ||
| 
 | ||
| ### The Course
 | ||
| The "REST With Spring" Classes: http://bit.ly/restwithspring
 | ||
| 
 | ||
| ### Relevant Articles: 
 | ||
| - [Spring Bean Annotations](http://www.baeldung.com/spring-bean-annotations)
 | ||
| - [Introduction to Pointcut Expressions in Spring](http://www.baeldung.com/spring-aop-pointcut-tutorial)
 | ||
| - [Introduction to Advice Types in Spring](http://www.baeldung.com/spring-aop-advice-tutorial)
 | ||
| - [A Guide to the ViewResolver in Spring MVC](http://www.baeldung.com/spring-mvc-view-resolver-tutorial)
 | ||
| - [Integration Testing in Spring](http://www.baeldung.com/integration-testing-in-spring)
 | ||
| - [A Quick Guide to Spring MVC Matrix Variables](http://www.baeldung.com/spring-mvc-matrix-variables)
 | ||
| - [Intro to WebSockets with Spring](http://www.baeldung.com/websockets-spring)
 | ||
| - [File Upload with Spring MVC](http://www.baeldung.com/spring-file-upload)
 | ||
| - [Spring MVC Content Negotiation](http://www.baeldung.com/spring-mvc-content-negotiation-json-xml)
 | ||
| - [Circular Dependencies in Spring](http://www.baeldung.com/circular-dependencies-in-spring)
 | ||
| - [Introduction to HtmlUnit](http://www.baeldung.com/htmlunit)
 | ||
| - [Spring @RequestMapping New Shortcut Annotations](http://www.baeldung.com/spring-new-requestmapping-shortcuts)
 | ||
| - [Guide to Spring Handler Mappings](http://www.baeldung.com/spring-handler-mappings)
 | ||
| - [Upload and Display Excel Files with Spring MVC](http://www.baeldung.com/spring-mvc-excel-files)
 | ||
| - [Spring MVC Custom Validation](http://www.baeldung.com/spring-mvc-custom-validator)
 | ||
| - [web.xml vs Initializer with Spring](http://www.baeldung.com/spring-xml-vs-java-config)
 | ||
| - [The HttpMediaTypeNotAcceptableException in Spring MVC](http://www.baeldung.com/spring-httpmediatypenotacceptable)
 | ||
| - [Spring MVC and the @ModelAttribute Annotation](http://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
 | ||
| - [The Spring @Controller and @RestController Annotations](http://www.baeldung.com/spring-controller-vs-restcontroller)
 | ||
| - [Spring MVC @PathVariable with a dot (.) gets truncated](http://www.baeldung.com/spring-mvc-pathvariable-dot)
 | ||
| - [A Quick Example of Spring Websockets’ @SendToUser Annotation](http://www.baeldung.com/spring-websockets-sendtouser)
 | ||
| - [Using Spring ResponseEntity to Manipulate the HTTP Response](http://www.baeldung.com/spring-response-entity)
 | ||
| - [Using Spring @ResponseStatus to Set HTTP Status Code](http://www.baeldung.com/spring-response-status)
 | ||
| - [Spring MVC Tutorial](https://www.baeldung.com/spring-mvc-tutorial)
 | ||
| - [Working with Date Parameters in Spring](https://www.baeldung.com/spring-date-parameters)
 | ||
| - [A Java Web Application Without a web.xml](https://www.baeldung.com/java-web-app-without-web-xml)
 |