I am using Decision model notation(DMN) rule table locally (not deployed in development server) in my spring boot project. To get the the rule service output data, how to integrate rule services in my project serviceImpl class? can someone help me, or give me the steps/code to check it out.
Asked
Active
Viewed 446 times
1 Answers
1
You can use Kogito with Spring Boot as shown in this video, and then use one of the available code generated REST API as a starting point to customize your classes.
Alternatively, you may opt to use the "Kogito incubation API" to fully implement your code using the Drools DMN Engine inside of Kogito (again, on top of Spring Boot)

tarilabs
- 2,178
- 2
- 15
- 23