droolsonboarding
  • Introduction
  • Technical Materials
  • Overview
  • Drools tutorial
    • Installing Drools Tooling
    • Data Model used in the tutorial
    • Lesson 1 : Core concepts
    • Lesson 2 : binding
    • lesson 3 : Some more drools languages
    • lesson 4 : ruleflow
    • lesson 5 : Exercise
      • Requirements
  • BRMS tutorial
    • Organizational Unit And repository
    • Data Model
    • Business Requirements
    • Design
    • Implementing the Process Flow
    • Implementation technical parts
    • Implementing the initial step
    • Implementing standard price step
    • Implementing the Child over 3 years old is free promotion step
    • Implementing the Birthday promotion step
    • Implementing the Zurich reduction step
    • Implementing the final step
    • Conclusion
  • BRMS Runtime tutorial
    • Install needed tools to run the workbench
Powered by GitBook
On this page
  • Install Java Virtual Machine
  • Download Apache Maven
  • Install Visual Studio Code
  • Get the source code for the labs

Was this helpful?

  1. Drools tutorial

Installing Drools Tooling

PreviousDrools tutorialNextData Model used in the tutorial

Last updated 3 years ago

Was this helpful?

To be able to work with drools, we need : 1) Java Virtual machine version 11

2) Download Apache Maven

3) install Visual Studio Code 4) install drools add-on and kogito tooling

Install Java Virtual Machine

Drools is working with either Oracle Java machine or OpenJDK. With the drools version we have, we can have java version 11.

Download Apache Maven

To be able to use drools, we need to maven to build our code. Just unzip it on your local filesystem.

Install Visual Studio Code

After installing java, we can install

We have to install a few add-ons :

  • Drools

  • Kogito

  • Extension Pack for Java

Get the source code for the labs

do a git check out out and build it. If the tests are OK than you are ready.

the source code for the labs is .

download apache
Visual Studio Code
here