mariofusco opened a new issue, #792: URL: https://github.com/apache/incubator-kie-issues/issues/792
In order to make Drools less Java-centric and a better fit also for untyped use cases, it has been introduced a new prototype DSL, which is an abstraction on top of the executable model, allowing to generate rule base working on prototypes. This DSL has been already successfully used for Event Driven Ansible integration, but at the moment is accessible only programmatically. It is required to introduce a new prototype dialect allowing to author rules on prototype in pure DRL, which will be translated under the hood in the prototype DSL, as it already happens for the executable model when using the java or mvel dialect. Note that we already have an yaml format that can be translated in DRL, so the further idea is to convert rules written into this yaml format into a DRL using this new prototype dialect and then compile them into the prototype executable model DSL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
