I have the following requirement and I not sure how to go about it using Drools.
Background:
- Completely new to Drools - never heard of it until last evening.
- Using Drools is mandatory
- Deadline is tomorrow :)
- I have been into Software Development for quite some time, so programming using Java is not an issue.
What happened from last night till this morning:
- Installed Ubuntu 17.10 on VMWare Player
- Installed the docker image from https://hub.docker.com/r/jboss/drools-workbench-showcase/
- Opened the KIE IDE
- Went through the tutorials at https://www.tutorialspoint.com/drools/ but that was more towards using Eclipse IDE not the KIE IDE I had installed.
- https://docs.jboss.org/drools/release/7.8.0.Final/drools-docs/html_single/index.html seems to be too much to read solely because of short timeline.
I completely understand that there is no easy way to go about using new tools and technologies.
What I would like to know is to accomplish the required as in the diagram above, how do I go about it?
The tutorialspoint tutorial showed using Eclipse with DRL and Java classes, I kind of found that easier to follow and simpler compared to the KIE IDE, which is a bit overwhelming without proper studying on its usage and documentation.
Can you please tell if what I want to achieve is possible using Drools or not?
I will provide more info and clarity if you need. Apologies if the question is a bit vague.
Thanks.