Override the behavior of an existing screen

 

This example changes the existing behavior of a screen inside Web Determinations. The attached example provides a custom screen to that changes the behavior of an Entity collect screen from collecting all the instance of an entity on one screen to having one entity collected per screen. In this example, every time the user clicks the 'add' button, they are taken to a new screen.

The Example

The accompanying MultiScreenContainmentCollect.zip file contains the following components

Installation

For general details on how to install a plugin, and the rulebase see the appropriate release documentation.

Quick start for Apache Tomcat

This guide assumes that Apache Tomcat 5.5 or 6.0 is install and Web Determinations 10.0 has been deployed

  1. download and unzip the attached file
  2. Compile the rulebase contained in the archive using Oracle Policy Automation 10.0
  3. Deploy the rulebase zip file to the Web Determinations rulebase directory (by default this will be <tomcat install dir>/webapps/web-determinations/WEB-INF/classes/rulebases)
  4. Copy the plugin file (MultiScreenContainmentCollect.jar) to the plugins directory (by default this will be <tomcat install dir>/webapps/web-determinations/WEB-INF/classes/plugins)
  5. Restart Tomcat

How it works

The example contains four components: