Show TOC Start of Content Area

Procedure documentation Tutorial II: Creating a Site Map  Locate the document in its SAP Library structure

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.

Prerequisites

     You have performed Tutorial I: Creating a Portal Application.

     You understand how navigation works in the portal, as described in Navigating in the Portal.

Procedure

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.

       3.      Writing the Code

       4.      Deploying the Application: Deploy the application.

For information on deploying the portal application, see Deploying the Portal Application in Tutorial I.

End of Content Area