File ruleset execution
This sample demonstrates how to run a ruleset on a file system in a J2SE application.
Time required
10 minutes
Prerequisites
You use the Samples Console. You do not use the sample server in this sample.
Description
This sample shows you how to deploy a RuleApp to the file system of a rule application, and then to execute it in Java™. It also demonstrates the use of Ant task management.
In this sample, you do the following tasks:
- Build a RuleApp by using Rule Designer.
- Deploy a RuleApp on the file system by using Ant commands.
- Call the RuleApp in a J2SE application by using Java.