Creating a Personalization Portal

来源:百度文库 编辑:神马文学网 时间:2024/04/27 18:28:33
byNimish Doshi
08/05/2004
The purpose of this demo is to provide a tutorial on creating a personalization portal on WebLogic Portal 8.1 (minimum WLP 8.1 SP 3) and adding existing portlets to test personalization. The portal uses automobiles as its theme for personalization. It also demonstrates a simple WSRP consumer.
Note: This tutorial assumes you have completed the WebLogic Portal tutorial which accompanies the product.
How it works:
The user will first create a portal application and portal project. The user will update the referece content management system with provided content. The user will then add two site users with different user profiles. Based on these profile properties, different rules will fire. There are three portlets added to the site on page one (Customer Page):
autoportlet - simple portlet that searches information on an auto maker. (For instance, type Ford).
autotype - uses the pz:div tag to show the user the car he/she likes.
autoadvice - based on the user‘s income, gives advice from the CMS.
In addition, you can optionally place on page two (Car Page) of the portal
caranddriver - JPF IFRAME to car and driver site
hybridcar - JPF IFRAME to hybrid car information
By logging in with different profiles, the user will get a personalized experience shown in the portlets.
In this edition of the tutorial, an optional WSRP portal is supplied to test the autoportal‘s JPF portlets remotely.
How to Run This Code:
Detailed instructions on how to run this code can be found in the install.txt file that is included with the download.
Related Products: WebLogic Workshop 8.1, WebLogic Portal 8.1
Submission Patch: WLP 8.1 SP 3 is required at a minimum for WSRP.
Download the tutorial:autoportal81.zip (309 KB)