This app, which is accompanied by a tutorial, is the 6th example app of our incremental sequence of six examples of Plain JS Front-End Web Apps. It supports the following operations:
For playing with the app, you may first want to and then view it (e.g. by choosing "Manage books" and then "List all books").
This example app takes care of two class hierarchies:
- The simple segmentation of
Book
intoTextBook
andBiography
. - The segmentation of
Person
intoAuthor
andEmployee
such thatEmployee
has a further segment,Manager
.