Tutorial II: Creating a Site Map
This tutorial shows you how to create an application that calls a portal service (navigation service) and displays a site map of all navigation nodes for the current user.
This tutorial builds on Tutorial I. You will follow the steps in Tutorial I, and make additional changes in the Writing the Code step.
● You have performed Tutorial I: Creating a Portal Application.
● You understand how navigation works in the portal, as described in Navigating in the Portal.
The tutorial is composed of the following steps:
...
1. Creating a Portal Application: Create a portal application called mySiteMapProject.
For information on creating a portal application, see Creating a Portal Application Project in Tutorial I.
2. Creating an AbstractPortalComponent: Create an AbstractPortalComponent called mySiteMap.
For information on creating an AbstractPortalComponent, see Creating an AbstractPortalComponent in Tutorial I.
4. Deploying the Application: Deploy the application.
For information on deploying the portal application, see Deploying the Portal Application in Tutorial I.