...

/

Develop the Mock User Interface

Develop the Mock User Interface

Let's develop a mock user interface for our application.

We saw in the earlier section how to develop the mock service with an in-memory database. Now, we’ll look at the user interface that will call the mock service, as shown in Figure 5-2. The user interface will have methods to add, edit, delete, and display all records related to the Student, including the mentor.

JSP page

The JSP body is the initial page that loads, after which ...