Logging beans
Use logging beans to log data about a Web site visitor's actions, category interests, and ratings.You can also use custom beans to log information specific to Web application. You insert logging beans into JSPs. The types of logging beans are:
- Action beans
- Rating beans
- Category beans
- CustomLog beans
- Page View beans
Action beans
You use Action beans to log specific actions of Web site visitors.
Content categories enable you to classify Web user interests. You use Category beans to log content categories.
The Rating bean is a specialized logging bean. You use Rating beans in applications that solicit user ratings for web content or other personalization resources.
CustomLog beans give you the flexibility to log data that does not map to the other logging beans. You use CustomLog beans to log application specific data. You define the required key name(s) as well as the value(s) for that key.
You use PageView beans to log HTTP request data for JSPs (JavaServer pages).
Parent
Feedback and analytics
December 14, 2011
Apr 1, 2011 1:26:17 PM
});