思沃讲堂:Spring MVC 实战
[slide]
Th Wo - Bookshelf
by Jimmy Lv
[slide]
MVC Workshop
[slide]
Step 0:
GET: hello {name}!
via Spring Web MVC DispatcherServlet.
[slide]
Step 1:
// given
GET: show all books in index page.
// when
// then
implement fetch book details functionality.
[slide]
Step 2:
// given
a ready-to-wear form for book information.