Develop the Mock User Interface
Explore how to develop a mock user interface that interacts with database entities using JavaScript methods. Understand page loading, data processing, and CRUD operations, preparing you to implement UI components effectively in a concrete table inheritance model.
Let’s learn how to produce the user interface shown in Figure 15-2.
JSP page
Let’s review the JSP fragment, which constitutes the body of the page.
loadObjects method
First, we will see the loadObjects JavaScript method, which is called ...