...

/

Develop the Mock User Interface

Develop the Mock User Interface

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

We know how to develop the mock service with an in-memory catalog. Now we choose how to write the user interface, which will consume this mock service as shown in Figure 9-2.

We will discuss the “join related user” interface because the create, read, update, and delete methods for the User and Group remain the same. If you find this confusing, please download the source code and you will see ...