GET: hello {name}!
via Spring Web MVC DispatcherServlet.
// given
GET: show all books in index page.
// when
// then
implement fetch book details
functionality.
// given
a ready-to-wear form
for book information.
// when
// then
implement create new book
functionality.
- option 1: Edit / Delete / ...
- option 2: return data with JSON format => split front-end & back-end
- What's Spring IoC & DI?
- Service interface => different implementation
- Data Repository