This repository is the home directory of IBM Operational Decision Manager for Developers.
Rule Designer is the Eclipse-based development environment for ODM developers. Rule Designer is needed to begin the development of a decision service. You must define a XOM and set up a vocabulary so that you can author and orchestrate business rules.
In the designer, developers can edit and debug Java code and rules alongside each other. The key features include auto correction of rules, decision flow control, code-generation wizards, source code control integration, and conflict and redundancy detection. Used with Decision Center and Rule Execution Server, Rule Designer completes a collaborative work environment for developers, business users, integrators, and release managers to automate a company's business policies.
For 8.9.2 Release:
- Eclipse 4.4 Luna Packages
- You can find all available releases at this location : https://github.com/ODMDev/ruledesigner/releases
For 8.10.0 Release:
- Eclipse 4.7 Oxygen Packages
- You can find all available releases at this location : https://github.com/ODMDev/ruledesigner/releases
For 8.10.1 Release:
- Eclipse 4.7.3 Oxygen Packages
- You can find all available releases at this location : https://github.com/ODMDev/ruledesigner/releases
For 8.10.2 Release:
- Eclipse 4.7.3 Oxygen Packages
- You can find all available releases at this location : https://github.com/ODMDev/ruledesigner/releases
For 8.10.3 Release:
- Eclipse 4.7.3 Oxygen Packages
- You can find all available releases at this location : https://github.com/ODMDev/ruledesigner/releases
For 8.10.4 Release:
- Eclipse 4.7.3 Oxygen Packages
- You can find all available releases at this location : https://github.com/ODMDev/ruledesigner/releases
For 8.10.5 Release:
- Eclipse 4.7.3 Oxygen Packages
- You can find all available releases at this location : https://github.com/ODMDev/ruledesigner/releases
You must install the update site for Rule Designer into an existing Eclipse.
- Start Eclipse.
- Switch to the Java perspective (click Window > Open Perspective > Java).
- Click Help > Install New Software.
- Add the update site to install:
- In the Install wizard, next to the Work with field, click Add.
- In the Name field, enter a name for the repository. For example, enter Rule Designer.
- In the Location field, enter
- For 8.9.2: https://raw.githubusercontent.com/ODMDev/ruledesigner/8.9.2/p2 .
- For 8.10.0: https://raw.githubusercontent.com/ODMDev/ruledesigner/8.10.0/p2 .
- For 8.10.1: https://raw.githubusercontent.com/ODMDev/ruledesigner/8.10.1/p2 .
- For 8.10.2: https://raw.githubusercontent.com/ODMDev/ruledesigner/8.10.2/p2 .
- For 8.10.3: https://raw.githubusercontent.com/ODMDev/ruledesigner/8.10.3/p2 .
- For 8.10.4: https://raw.githubusercontent.com/ODMDev/ruledesigner/8.10.4/p2 .
- For 8.10.5: https://raw.githubusercontent.com/ODMDev/ruledesigner/8.10.5/p2 .
- Click OK.
- Click Select All, and click Next. Eclipse calculates the dependencies and requirements.
- In the Install dialog, click Next.
- In the Review Licenses dialog, select
I accept the terms of the license agreement
, and then click Finish. The installation might take a few seconds to complete. If a security warning about the validity of the software opens, click OK to proceed with the installation. - If you are prompted to restart Eclipse, click Yes.
- If not displayed by default, switch to the Rule perspective (Window > Open Perspective > Rule).
If you want to establish a secure TLS connection with ODM for dev on IBM Cloud Private, you need to import a certificate into the cacerts file in the JVM used to launch Rule Designer.
ODM on IBM Cloud Private is delivered with a default certificate. To connect to ODM on ICP with this certificate, you must copy the file to the JVM used to launch Rule Designer.
To add the odmonicpserver.cer
certificate to the JVM's default cacerts truststore, use the keystore keytool:
cd <JAVA_HOME>/jre/lib/security
keytool -importcert -file odmonicpserver.cer -keystore cacerts -storepass changeit -alias odmicpserver
Where changeit
is the password to protect the integrity of the cacerts
file.
You can also use the truststore.jks file, which contains the odmonicpserver.cer
certificate. To use the truststore in Rule Designer, copy the truststore.jks
file to your Rule Designer installation directory next to the eclipse.ini
file, add the following lines at the end of your eclipse.ini
file, and then restart Rule Designer.
-Djavax.net.ssl.trustStore=truststore.jks
-Djavax.net.ssl.trustStorePassword=changeme
Where changeme
corresponds to the password for the default truststore.jks
file.
For issues relating specifically to this project and scripts, please use the GitHub issue tracker.
The files found in this project are licensed under the IBM Operational Decision Manager for Developers license.
© Copyright IBM Corporation 2019.