Search⌘ K

Develop the Mock User Interface

Explore how to develop a mock user interface that consumes a mock service implementing many-to-many bi-directional relationships. Understand key JavaScript methods for loading, creating, updating, and deleting joint objects between Client and Account entities within a JSP-based web page.

In the last section, we reviewed how to develop the mock service with an in-memory database. Now we choose how to grow the user interface shown in Figure 10-2, which will consume this mock service. We will discuss the join related user interface method because the create, read, update and, delete methods for the Client as and Account are identical. If you have any questions, ...