Filip Drools Integration

From Training Material
Jump to navigation Jump to search

Integrating Drools with your Application ⌘

  • Step 1. Using Drools as a library
  • Step 2. Moving rules to en external repository and loading them using CDI or KieScanner
  • Step 3. Using knowledge-based external services and keeping rules in a repository, integration using Spring or Camel
    • simpler approach (for an internal drools runtime) - Kie Execution Server:
drools docs: The Kie Server is a modular, standalone server component that can be used to instantiate and execute rules and processes. It exposes this functionality via REST, JMS and Java interfaces to client application. It also provides seamless integration with the Kie Workbench.
https://docs.jboss.org/drools/release/7.31.0.Final/drools-docs/html_single/index.html#_ch.kie.server