Sample portlets
The samples described throughout these topics are available from the portlet
catalog by searching for navcode 1WP10017Z. The samples are sorted
according to topic:
- Basic samples
- These samples demonstrate the simplest portlet programming structures.
These samples are described in Understanding the basics.
- Struts Portlet Framework samples
- These samples demonstrate how Struts applications can be converted to
portlets. These samples are described in Struts Portlet Framework.
- Cooperative portlet samples
- These samples demonstrate how portlets can use the property broker to
exchange information or properties with each other. These samples
are described in Cooperative portlets.
Importing the sample portlets into Rational Application Developer
Follow these steps to import portlets from the sample package into Rational
Application Developer.
- From the menu bar of Application Developer, click , and
then select the appropriate portlet project. For example, to import jsrViewWorld.war,
select Portlet Project (JSR 168). The New
Portlet Project dialog opens.
- Enter a valid project name. For example, jsrViewWorld.
- Deselect Create a portlet.
- Verify that version of WebSphere Portal Express is
correct. This should match the version you are using.
- Click Finish. The new project is created under
the Dynamic Web Projects folder in the Project Explorer.
- Right click the new portlet project and select from the context menu. The Import dialog
opens.
- Enter the location of the source WAR file that you want to import. For
example, C:\rad\portlets\version\jsrViewWorld.war.
- For Web project, select the name of the new portlet project that
you just created, for example, jsrViewWorld.
- Check Overwrite existing sources without warning.
- Click Finish.
- Check the contents of the new portlet project for errors.
Related information
Parent topic: Developing portlets
|
|
|