Customizing empty JSR 168 portlet projects

If you selected Empty portlet as the portlet type when you created a portlet project, you can customize the empty portlet project, as follows:

  1. Create or add a portlet class that extends the GenericPortlet class. Modify the portlet Java source code as necessary.

  2. Customize the portlet deployment descriptor. Refer to Customizing JSR 168 portlets.

  3. Create a Portlet JSP file. Refer to Creating portlet JSP files.

 

Related concepts

Creating portlets and portlet projects
Working with portlet deployment descriptors

 

Related tasks

Customizing JSR 168 portlets
Creating portlets

Related reference
References