Previous Page | Next Page

Sample Portlets

Overview: Sample Portlets

This chapter includes complete code for portlet deployment descriptors, JSP pages, resource files, and action classes as applicable for the following sample portlets:

SampleWelcome

is a simple display portlet that has no interactive capabilities. Because it is internationalized, it displays text in the user's locale (language and country) preference.

SampleForm

is an interactive form portlet that accepts free-form input and displays it back to the user.

SampleDisplayURL

is a portlet from which users can create their own portlet instances that display HTML content from any URL. It is a simplified version of the standard DisplayURL portlet template that is delivered with the SAS Information Delivery Portal. This sample provides an edit mode that enables users to specify the URL to display.

SampleRemote

is a remote portlet that executes a Web application that displays the name of the user who is logged on to the SAS Information Delivery Portal. The portlet also displays text that can be edited by the user.

For detailed information about a specific portlet development task, see Development Steps.

Previous Page | Next Page | Top of Page