Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/drools.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Georgios Andrianakis <[email protected]>
  • Loading branch information
mariofusco and geoand authored Dec 16, 2024
1 parent 625a74e commit d67d161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/drools.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ https://www.drools.org[Drools] is a set of projects focusing on intelligent auto

Drools allows defining rules with 2 different programming styles: one more traditional based on the concepts of a KieBase acting as a repository of business rules and a KieSession storing and evaluating the runtime data against them, and the other using a Rule Unit as a single abstraction that encapsulates the definitions of both a set of rules and the facts against which those rules will be matched.

Both these styles are fully supported in the Drools Quarkus extension and this document explains how to use both, putting in evidence the pros and cons of each one.
Both these styles are fully supported in the Drools Quarkus extension and this document explains how to use both, outlining the pros and cons of each one.

== Integrating the traditional Drools programming model with Quarkus

Expand Down

0 comments on commit d67d161

Please sign in to comment.