2013-04-30 06:04:07 -04:00
|
|
|
=========
|
|
|
|
|
2013-07-14 07:03:04 -04:00
|
|
|
## Spring MVC with Java Configuration Example Project
|
|
|
|
|
2016-06-28 05:27:43 -04:00
|
|
|
###The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
2013-07-14 07:03:04 -04:00
|
|
|
|
|
|
|
### Relevant Articles:
|
2016-02-10 07:26:17 -05:00
|
|
|
- [Spring Bean Annotations](http://www.baeldung.com/spring-bean-annotations)
|
2016-02-10 07:28:15 -05:00
|
|
|
- [Introduction to Pointcut Expressions in Spring](http://www.baeldung.com/spring-aop-pointcut-tutorial)
|
2016-02-10 07:29:26 -05:00
|
|
|
- [Introduction to Advice Types in Spring](http://www.baeldung.com/spring-aop-advice-tutorial)
|
2016-02-10 20:04:45 -05:00
|
|
|
- [A Guide to the ViewResolver in Spring MVC](http://www.baeldung.com/spring-mvc-view-resolver-tutorial)
|
2016-10-04 04:59:03 -04:00
|
|
|
- [Integration Testing in Spring](http://www.baeldung.com/integration-testing-in-spring)
|
|
|
|
- [Spring JSON-P with Jackson](http://www.baeldung.com/spring-jackson-jsonp)
|
|
|
|
- [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)
|