Construction of Java Client Applications

This chapter presents the general principles for constructing the Java client application. On the client side, CA Rule Engine makes the following extensions to the JSR‑94 specification:

For more information, see CA Technologies Extensions to the JSR‑94 Specification and Special Considerations.

The following major points must be understood when constructing the Java client application:

Note: For an existing rulebase, the supplied WrapperMaker tool can be used to automatically construct the Java classes that wrap the rulebase classes. The Java source code for the sample applications can be found in samples folder inside the CA Rule Engine distribution. The sample applications also provide client test applications.

More information

Rules for Constructing Java Classes

Specify a Shared Domain

Acquire the RuleExecutionSet and RuleSession

Using the WrapperMaker Tool