Skip to content

DecisionsDev/odm-embedded-jse-exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Executing a RuleApp in a standalone Java app with ODM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages