Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • Java
  • Drools

Category: Drools

Drools

Spring Drools You will see an example on drools support in Spring Boot 2. You might have seen in past example on how to integrate drools in Spring application. I had used Spring Boot version 1.5.9 but here it will support Spring Boot 2.1.5 to 2.7.2 versions. I will not explain about drools in this…

Leave a Comment on Drools Support In Spring Boot 2
Posted in Drools Spring Boot

Drools Support In Spring Boot 2

This tutorial example will show you how to mock ObjectFactory<KieSession>, KieSession and KieStatelessSession using Junit. KieSession is the most common way to interact with the engine in Drools. A KieSession allows the application to establish an iterative conversation with the engine, where the state of the session is kept across invocations. The reasoning process may…

Leave a Comment on Mock Drools ObjectFactory, KieSession and StatelessKieSession using Junit
Posted in Drools Junit

Mock Drools ObjectFactory, KieSession and StatelessKieSession using Junit

Introduction This tutorial is about Spring drools integration example and will show you how to define business rules in drools (.drl) file that could be understood by non-technical people as well. What is Drools? Drools is a business rule management system with a forward-chaining and backward-chaining inference based rules engine, allowing fast and reliable evaluation…

1 Comment on Spring Drools Integration Example
Posted in Drools Spring Boot

Spring Drools Integration Example

Categories

Copyright © 2014 - 2023 Roy Tutorials

Privacy | Terms & Conditions