I am new to Drools. We have an app where we are consuming rules and we use Drools Guvnor to add/update rules. Now we are trying to create a UI where business users(non technical) can see/change the rules in the format that they can understand. To achieve this, we first need to fetch the rules in "java", get the LHS and RHS from them and show it in a matrix like format.
My question here is, how to fetch and play around with the rules in java code?
Please suggest if there are any alternative approaches to achieve the same.
Happy Coding!