Skip to content

Commit d413276

Browse files
sterobintkobayas
authored andcommitted
BXMSDOC-3066-master: Create KIE APIs doc. (#1200)
1 parent 0ebb7db commit d413276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drools-docs/src/modules/ROOT/pages/DMN/dmn-invocation-remote-java-proc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[id='dmn-invocation-remote-java-proc']
2-
= Executing DMN services remotely on {KIE_SERVER} (Java)
2+
= Executing DMN services remotely on {KIE_SERVER} (Java client API)
33

4-
The KIE remote API client provides a lightweight approach to invoking a remote DMN service either through the REST or JMS interfaces of {KIE_SERVER}. This approach reduces the number of runtime dependencies necessary to interact with a KIE base. Decoupling the calling code from the decision definition also increases flexibility by enabling them to iterate independently at the appropriate pace.
4+
The {KIE_SERVER} Java client API provides a lightweight approach to invoking a remote DMN service either through the REST or JMS interfaces of {KIE_SERVER}. This approach reduces the number of runtime dependencies necessary to interact with a KIE base. Decoupling the calling code from the decision definition also increases flexibility by enabling them to iterate independently at the appropriate pace.
55

66
.Prerequisites
77
* {KIE_SERVER} is installed and configured, including a known user name and credentials for a user with the `kie-server` role. For installation options, see

0 commit comments

Comments
 (0)