...

/

Step 5: Implement the Retrieve/List_all Use Case

Step 5: Implement the Retrieve/List_all Use Case

Let’s learn how to implement the retrieve use case for the web application.

We'll cover the following...

Retrieve/list_all

The user interface for the CRUD use case Retrieve” consists of an HTML table for displaying the data of all model objects.

For our example application, this page is called retrieveAndListAllBooks.html. It’s located in the main folder MinimalApp, and contains the following code in its head element: ...