Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 688 Bytes

README.md

File metadata and controls

48 lines (24 loc) · 688 Bytes

thwo-bookshelf

Workshop

Step 0:

GET: hello {name}!

via Spring Web MVC DispatcherServlet.

Step 1:

// given

GET: show all books in index page.

// when

// then

implement fetch book details functionality.

Step 2:

// given

a ready-to-wear form for book information.

// when

// then

implement create new book functionality.

Step 3:

  • option 1: Edit / Delete / ...
  • option 2: return data with JSON format => split front-end & back-end

Extendibility

  • What's Spring IoC & DI?
  • Service interface => different implementation
  • Data Repository