Entering content frame

Procedure documentation Creating New Portal Components and Services Locate the document in its SAP Library structure

Use

This function creates a new class in a portal application project.

Procedure

...

       1.      Choose File  ® New  ® Other… ® Portal Application ® Create a new Portal Application Object

This graphic is explained in the accompanying text

       2.      Choose Next

Creating a New Component

...

       1.      Select PortalComponent and choose the new component to create. You can choose between three different types of components:

                            a.      AbstractPortalComponent

Creates a basic portal class of type AbstractPortalComponent. This is the most basic type of an iView implementation.

                            b.      JSPDynPage

Creates a subclass of PageProcessorComponent, which delegates to an inner static subclass of JSPDynPage. In addition, a JSP file which uses the HTMLB tag library is created.You can also create a bean class and basic bean passing statements into the code (Such as the <jsp:useBean> tag in the JSP)

                            c.      DynPage

Creates a subclass of PageProcessorComponent, which delegates to an inner static subclass of DynPage. This is the most basic type of an HTMLB-iView implementation.

       2.      Choose Next. Enter the data for the chosen component and choose Finish.

Creating a New Service

...

       1.      Choose Portal Service

       2.      Choose Next. Specify the service’s data and choose Finish

 

See also:

 

Creating a New Portal Service from a WSDL File

 

 

Leaving content frame