The Scenario Service Provider (SSP) is a web application residing on an application server that manages the execution of configured rule engines, in one of two ways:
-
In Java SE environments, rule engines are embedded within the SSP, and both are deployed together as a Java web archive.
-
In Java EE environments, rule engines are independent of the SSP, and are managed externally by a Rule Execution Server.
The SSP provides the list of deployed RuleApps that supply the rulesets to execute, and it configures instances of the RES for ruleset execution. It also creates the execution traces and returns them to the Rule Scenario Manager Console.
Related Concepts
Related Tasks
Related Samples