<?xml version="1.0" encoding="ISO-8859-1"?><page xmlns:xsp="http://apache.org/xsp" xmlns:xspdoc="http://apache.org/cocoon/XSPDoc/v1" xmlns:esql="http://apache.org/cocoon/SQL/v2" xmlns:xsp-request="http://apache.org/xsp/request/2.0">
        <title>Install Database Triggers with HSQLDB</title>
        <para>This page tries to install triggers with the demo database that
              comes with Apache Cocoon.</para>

        <para>Source for the triggers can be found in the eventcache block in your Cocoon
              source distribution: src/blocks/eventcache/java/org/apache/cocoon/samples/eventcache/</para>

        <para>Installing org.apache.cocoon.samples.jms.HTTPTrigger for update on table "user".</para><para>Installing org.apache.cocoon.samples.jms.HTTPTrigger for insert on table "user".</para><para>Installing org.apache.cocoon.samples.jms.HTTPTrigger for delete on table "user".</para>

        <para><a href="remove">Uninstall triggers</a> or go back to <a href="eventcache">sample page.</a></para>
    </page>