In this chapter, you will create a setup that provides a list of all the different parts of the application. Just like a site map created for websites, it is displayed as a tree view of the application and is created to implement application security. There are three main components in the application to which you should apply security: menus (including the main and submenus), pages, and items (such as buttons). The fourth one (app) is called the root node and is used to distinguish between segments of multiple applications.
After creating all the application segments here, ...