Installing Rule Designer
As a rule developer, you work in Rule Designer to create a decision service. You define a XOM and set up a vocabulary to author and orchestrate the rules that implement your business logic. You must install Rule Designer into an existing Eclipse.
About this task
Rule Designer is
installed from the Eclipse Marketplace into an existing instance of Eclipse 2024-12
. Use at least Eclipse Modeling Tool or Eclipse IDE for Enterprise Java™ and Web Developers.
Eclipse 2024-12 uses Java Development Kit (JDK) 21. You can
download the JDK from IBM® Semeru Runtimes Downloads
.
Note:
If you install Rule Designer in an Eclipse
environment that does not use an English locale:
- The Eclipse messages remain in the language of your Eclipse environment.
- If Rule Designer provides the verbalizer for the language, you can create rule artifacts in this language. If a verbalizer for this language does not exist, the rule artifacts that you create are in English.
- Rule Designer messages appear in the locale if it is supported. Otherwise, they appear in English.
- To change the locale so that everything is in English, add the osgi.nl=en_US property to the <Eclipse_InstallDir>/configuration/config.ini file, and then restart Rule Designer.
Procedure
Results
Using this installation of Rule Designer, you can do the following activities:
- Write a Java XOM that references XOM annotations and the decision engine API.
- Run and debug decision operations.
- Publish and synchronize rule projects from Rule Designer to Decision Center. To create the connection
between the two in Rule Designer, add
/decisioncenter to the Decision Center URL. For more information,
see Storing and synchronizing rules
.
Restriction: You cannot generate a Java client project to execute rulesets through the rule engine API or the Rule Execution Server API.