!--a11y-->
Creating New Portal Components and
Services 
This function creates a new class in a portal application project.
...
1. Choose File ® New ® Other… ® Portal Application ® Create a new Portal Application Object

2. Choose Next
...
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.
...
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
