Skip to content

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 your Web application. You insert logging beans into your 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 your Web site visitors.

  • Category beans
    Content categories enable you to classify Web user interests. You use Category beans to log content categories.
  • Rating beans
    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
    CustomLog beans give you the flexibility to log data that does not easily 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.
  • PageView beans
    You use PageView beans to log HTTP request data for JSPs (JavaServer pages).