Some reading for this (and last) week's lecture

For this week's lecture it may help to read the following text before the lecture:

- "Spring in Action 4E MEAP v11", Chapter 16 "Creating REST APIs with Spring MVC" (this chapter covers the topic in more detail than the course)
- You may also want to review the free online Spring book's chapter on MVC: http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html
- For last week's lecture and for understanding Spring MVC, it may also be good to review Chapters 5, 6 and 7. 

For learning about JUnit, you can browse the following resources:

- http://junit.org/index.html
- http://docs.spring.io/spring-framework/docs/3.2.x/spring-framework-reference/html/testing.html
- The free chapters of this book: http://www.manning.com/tahchiev/

- http://www.vogella.com/tutorials/JUnit/article.html

The JUnit knowledge is necessary for completing Assignment 2, while REST will come in Assignment 3. 

(This is a lot of reading, and I don't really expect you to understand all those pages fully). 

Published Sep. 15, 2014 11:29 AM - Last modified Sep. 15, 2014 12:57 PM