Search⌘ K
AI Features

Develop the Mock User Interface

Explore how to develop a mock user interface that consumes a mock service supporting many-to-many bidirectional relationships with join attributes. Understand key JavaScript methods for loading data, creating and deleting joins between Manuscript and Author entities, and managing the UI lifecycle with JSP and event handling.

We studied how to evolve the mock service with an in-memory list in the last section. Now, we can choose how to develop the user interface, shown in Figure 11-2, that will consume this mock service. We will discuss the join related user interface because the create, read, update, and delete methods for the Manuscript and Author are similar.

JSP page

...