Develop the Mock User Interface
Explore how to develop a mock user interface that integrates JSP pages and JavaScript methods for loading, creating, updating, viewing, and deleting records in a class table inheritance structure. Understand the interaction between UI, services, and data management in Java Spring applications.
We'll cover the following...
We'll cover the following...
Let’s see how to produce the user interface shown in Figure 16-2.
JSP page
Let’s first review the JSP fragment that constitutes the body of the page.
loadObjects method
First, we will see the JavaScript method that is called when the page ...