In this chapter, we show
how to derive a Java Entity class model from an OO class model (that has been derived from an information design model),
how to code the Entity class model in the form of entity classes (representing model classes),
how to write the view and controller code based on the entity classes.