Skip to content

thoughtworks-lecture/homework-thwo-bookshelf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%