Copyright (c) 2005 BEA Systems, Inc.
All Rights Reserved.


EVENT FRAMEWORK SAMPLES (Interaction Management)

*****************************************************************************
DISCLAIMER
The sample files in this archive are for example purposes only
and are not designed for production use.
They serve as companions to the WebLogic Portal Interaction Management Guide.
*****************************************************************************

The samples illustrate how to create, dispatch, and perform custom
handling of events. They also show you how to use WebLogic Portal's
Behavior Tracking service to persist event data in the database.

The sample files include:

examples/events/ResourceDisplayedEvent.java - Custom regular event.
examples/events/ResourceDisplayedEventBT.java - Custom behavior tracking event.
examples/events/listeners/customEventListener.java - Custom event listener that performs custom functionality 
                                                     when the custom events are generated.

framework/skeletons/custom/book.jsp - Modified skeleton file. Generates the ResourceDisplayedEventBT event when pages are viewed.
framework/skeletons/custom/page.jsp - Modified skeleton file. Generates the ResourceDisplayedEventBT event when portlets are viewed.

lib/schema/ResourceDisplayedEventBT.xsd - Used with ResourceDisplayedEventBT.java for behavior tracking.









