bea.com | products | dev2dev | support | askBEA
 Download Docs     Site Map     Glossary  
Search

Personalization Examples

The Personalization Examples are intended to help guide J2EE and JSP developers in personalizing their production applications. The examples provide simple and practical use cases that demonstrate the extensive personalization capabilities of WebLogic Portal at the source level. Each example is part of a working Web application that runs in a browser. Within each example, a link to the related JSP source code is provided. Viewing this source will help you understand how to use and benefit from the wide-ranging personalization capabilities in WebLogic Portal.

While not intended to act as an integrated Personalization application, the examples have a common theme--the Music Fan theme. This theme provides a fun way to demonstrate how an application can exploit personalization within a focused domain. Using this theme, the Personalization Examples demonstrate Content Management, Rules, User Management, and Webflow in a single application.

You can explore five types of personalization examples:

  • The user login example
  • The content example
  • The internationalization example
  • The rules example
  • The Webflow and Pipeline example

This Web site contains information for WebLogic Portal 7.0 Service Pack 6.

Starting the Personalization Server

Start the Personalization Server as follows:

Windows: Start Menu -> Programs -> BEA WebLogic Platform 7.0 -> WebLogic Portal 7.0 -> Portal Examples -> Personalization Examples -> Launch Personalization Server

UNIX: Run <install directory>/weblogic700/samples/portal/p13nDomain/startP13N.sh

Startup is complete when the console window shows that the server is running in production mode.

Starting the Personalization Examples

After the Personalization Server is running, start the Personalization Examples as follows:

Windows: Start Menu -> Programs -> BEA WebLogic Platform 7.0 -> WebLogic Portal 7.0 -> Portal Examples -> Personalization Examples -> Start Personalization Examples

UNIX: In your Web browser, start the Personalization Examples with the following URL:

    http://<hostname:port>/p13n

where hostname is the name of the server running the Personalization Examples, and port is the server's port number.

If you are viewing the Personalization Examples on the server machine, the default URL is:

    http://localhost:7501/p13n

You are now ready to explore the Personalization Examples.