In this first example we will create a simple app maintaining persons and their addresses.
We have a 1:n relationship between persons and their addresses.
We will build 2 segments for viewing/creating/editing data in both entities.
This example illustrates how to create a simple segment and how to 'chain' between segments e.g. (in this example) follow the relationship from person to addresses in the view. This showcase demonstrates in easy steps
As an additional benefit it is possible to attach an image to each person.
This is not a feature of the shept framework but it is easy todo and illustrates the power of the underlying Spring framework.
Proceed with the next step: