Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 799 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 799 Bytes

IBM ODM Embedded Java standard execution

Executing business rules in a standalone Java app with ODM

IBM ODM proposes several options to execute business rules in a Java application by:

  • remote calls to HTDS through REST/JSON from any language,
  • or local calls in Java.

For a local Java execution the preferred API is the ODM RuleSession. It empowers to retrieve the ruleapp archive from the the classpath, as an alternate persistence mode to relational databases and file systems.

How to promote a decision service project for embedded execution

Embedded Rule execution in a self contained Java application