Portal Development Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Enabling Visitor Tools

Visitor Tools allow individual portal users to customize the makeup and appearance of their portal desktop to create a more personalized portal experience. This chapter explains how to enable Visitor Tools.

This chapter includes these topics:

 


What Are Visitor Tools?

When enabled, Visitor Tools add features to portal desktops that allow portal visitors to modify the content and appearance of their desktops, books, and pages.

Changes made by a user through Visitor Tools are saved in the database and persist each time the user logs in to the portal. Visitor Tools provide a small subset of features that are available in the Portal Administration Console, such as changing the portal look & feel, adding and removing portlets, books, and pages, and others features.

Visitor Tools provide a Customize menu that portal visitors can use to access the customize their portal desktop.

 


Enabling Visitor Tools

Enabling Visitor Tools is a two-step process. First, you need to verify in Workshop for WebLogic that the proper facet is installed in the portal web project that contains the portal you wish to enable. Second, you need to create a properly configured desktop in the WebLogic Portal Administration Console based on the enabled .portal file.

This section includes these topics:

Verifying the Portal Visitor Tools Facet

The deployed portal web project that contains the portal you wish to enable for Visitor Tools must include the Portal Visitor Tools facet. Although this facet is installed by default, this section explains how to verify that the facet is installed and how to add it if necessary.

  1. Verify that the Visitor Tools project facet is installed in your portal web project.
  2. To do this, right-click the portal web project, and select Properties. The Properties dialog appears (see Figure 8-1).

  3. Choose Project Facets from the tree on the left side of the dialog and look for the library called Portal Visitor Tools.
  4. Figure 8-1 Project Facet List, Including Visitor Tools


    Project Facet List, Including Visitor Tools

    If the facet is not in the list, add it by following the instructions in Adding Facets to an Existing Project.

  5. Optionally, you can enable the Visitor Tools Desktop Shell in Workshop for WebLogic. To do this, select the desktop and in the properties editor, select Visitor Tools Desktop Shell, as shown in Figure 8-2. This step is optional, because you can also enable this shell in the Administration Console.
  6. Figure 8-2 Select Desktop and Edit Shell Property


    Select Desktop and Edit Shell Property

Enabling Visitor Tools for a Desktop

To take advantage of Visitor Tools, you must create a streaming portal desktop. This means that you must use the WebLogic Portal Administration Console to create a desktop and explicitly enable Visitor Tools for that desktop. For more information about streaming portals, refer to File-Based Portals and Streaming Portals.

Note: To use Visitor Tools, the portal desktop must be created from a template .portal file in a Portal Web Project that includes the Portal Visitor Tools facet. See Verifying the Portal Visitor Tools Facet.
Note: Visitor Tools do not appear on a user’s desktop unless the user is authenticated; therefore, to use Visitor Tools, a portal must include some form of user authentication (for example, a login portlet). For more information about authentication, see the Security Guide.

This section explains how to configure a streaming portal desktop that includes Visitor Tools. After the desktop is configured, users of the desktop can view and interact with the Visitor Tools.

  1. Open the Administration Console. Typically, you do this in Workshop for WebLogic by selecting Run > Open Portal Administration Console.
  2. Log in to the Administration Console.
  3. Create a new desktop using the .portal file created previously as the basis for the new desktop, and select Visitor Tools Desktop Shell as the Default Shell for the desktop.
Tip: For detailed instructions on creating a desktop, refer to Creating a Desktop.

To confirm that visitor tools are enabled:

  1. From the Administration Console Portal Resources tree, select the new desktop, go to the Details tab, and click View Desktop.
  2. When the desktop displays, log in and access the Visitor Tools using the Visitor Tools Customize menu, as shown in Figure 8-3.
  3. Figure 8-3 Visitor Tools Menu Enabled


    Visitor Tools Menu Enabled

Tip: The GroupSpace Guide explains the Visitor Tools features from an end user’s perspective; if you want to create a customized user guide for your portal visitors, you can consider using that content as a starting point.

  Back to Top       Previous  Next