Show TOC Start of Content Area

Procedure documentation Tutorial I: Creating a Portal Application  Locate the document in its SAP Library structure

Portal applications extend the class AbstractPortalComponent, and are processed by the Portal Runtime engine.

This tutorial shows you how to create an application that runs in the portal and prints out HelloWorld.

Prerequisites

     You have launched NetWeaver Developer Studio, and understand how to work with it.

     You have opened the Enterprise Portal perspective.

Procedure

The tutorial is composed of the following steps:

...

       1.      Creating a Portal Application Project

       2.      Creating an AbstractPortalComponent

       3.      Writing the Code

       4.      Deploying the Portal Application

End of Content Area