I have an Application which is Based on Spring+ Hibernate + Drools. It has static *.drl files. My Question is 1 ) How can i wrap the rules with Guvnor UI ? 2) Is it possible that if a user changes any rule, without redeployment we can use it or fire it. If yes than from what path should i pick my rule ?
My main aim is to keep Rule+ Guvnor in a single module , and the Application which uses and fires rule as different module. So on the fly i can change the rule in Guvnor and it get reflected in the Application ?