Develop the Mock User Interface
Let's develop a mock user interface for our application.
Let’s turn from developing the mock service with an in-memory database to developing the user interface, which will ingest this mock service, as shown in Figure 4-2. The user interface will have ways to add, edit, delete, and show all records related to the Customer
, including the Cart
amount field.
JSP page
The JSP body is the starting page that gets loaded, and subsequently, the ...