Sun Java System Portal Server 7 Developer's Guide

ProcedureTo develop and deploy portlets

Steps
  1. Develop the portlet class files.

    A portlet must implement the javax.portlet.Portlet interface. This interface defines the basic behavior that the portlet container expects from a portlet.

  2. Create the portlet specific XML fragments and package it into a WAR file.

  3. Deploy the Portlet web application.

  4. Create and view the Portlets.