Embedded managed Java XOM in Decision Center

Embedded managed Java™ XOMs are managed Java XOM resources (.jar) and libraries that are included in a RuleApp archive. You can download RuleApp archives with embedded managed Java XOMs in the Decision Center Java API and REST API. By embedding managed Java XOMs in a RuleApp archive, you can easily maintain the version of the managed Java XOM and the version of the corresponding ruleset together.

The embedded managed Java XOM feature can be operated from the Decision Center API, or the Decision Center REST API.
Table 1. Embedded managed XOMs
Module or tool Deploy Create or retrieve Description
REST API No Yes

You can create a RuleApp archive with or without the embedded managed Java XOM.

For more information, see downloadUsingGET. You can set the parameter includeXOMInArchive to true to include the XOM in your RuleApp archive.
Decision Center API No Yes

You can create a RuleApp archive with or without the embedded managed Java XOM.

For more information, see IlrDeploymentFacility.generateDSRuleAppArchive.