Develop the Mock User Interface
Explore how to develop a mock user interface for single table inheritance using JavaScript in JSP pages. Understand methods for loading data, generating table grids, and performing create, update, edit, view, and delete actions within a REST-integrated application.
Let’s create the user interface shown in Figure 14-2.
JSP page
Let’s look at the JSP fragment that constitutes the body of the page.
loadObjects method
First, we will see the JavaScript method, which is called when the page is ...