https://github.com/dmarrazzo/dmn-java-function
Example of how to call a java function from DMN projects for Red Hat Decision Manager v7.0
https://github.com/dmarrazzo/dmn-java-function
Last synced: 9 months ago
JSON representation
Example of how to call a java function from DMN projects for Red Hat Decision Manager v7.0
- Host: GitHub
- URL: https://github.com/dmarrazzo/dmn-java-function
- Owner: dmarrazzo
- License: apache-2.0
- Created: 2018-02-27T17:24:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T07:59:47.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T20:51:19.369Z (11 months ago)
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
DMN Projects Examples
=======================
A set of example DMN projects.
This is a repository hosted in Decision Central (Red Hat Decision Manager v7.0)
dmn-function-*
--------------
A set of projects to test a BKM calling an external Java function.
- **dmn-function** project to deploy in the kie-server
- **dmn-function-lib** project that host external Java service and data model
- **dmn-function-ks** project that host the kie-server client code
To test the sample:
1. Install the library in your maven repo (accessible from the kieserver)
```
cd dmn-function-lib
mvn install dmn-function-lib
```
2. Deploy the DMN project **dmn-function** in your Decision Server (aka kieserver)
3. Execute the client application in **dmn-function-ks**