This application is bundled with:
  • XWiki Workspaces
Plugin developed by the XWiki Development Team.
This plugin can be downloaded.

ActivityStream Plugin

Features

The activity stream plugin offers to store events in dedicated database tables, in order both to avoid heavy XWiki documents run-time processing (while for example retrieving recent page edits), and to allow new custom types of events, beyond the ones related to the documents life-cycle. The plugin API offers methods to record events in the database, either based on a document or custom events ; as well as methods to retrieve those events. Events can be filtered by the wiki space they concern, the name of the stream they have been recorded to, the user that has triggered its record, and other parameters. They can also be grouped by priority in order to display only the most relevant ones when the stream is very active.

Installation

Download and place the plugin JAR in the WEB-INF/lib/ folder of your XWiki installation.

Activate the plugin by editing your WEB-INF/xwiki.cfg file as follows and restart your XWiki instance:

xwiki.plugins=[...],com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl

Activate the Hibernate mapping by editing your WEB-INF/hibernate.cfg.xml file, and adding the following line as follow under your database standard XWiki configuration :

<!-- Mapping files -->
[...]  
<mapping resource="activitystream.hbm.xml"/>
Version 4.1 last modified by jvelociter on 07/04/2008 at 10:14

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: jvelociter on 2008/03/31 17:29
This wiki is licensed under a Creative Commons license
1.4.1.10194