Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Drools

    1. Home>
    2. Drools

    Drools – Debugging

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:0 Comments

    There are different ways to debug a Drools project. Here, we will write a Utility class to let you know which rules are being triggered or fired. With this approach,…

    Continue ReadingDrools – Debugging

    Drools – Sample Drools Program

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:0 Comments

    In this chapter, we will create a Drools project for the following problem statement − Depending upon the city and the kind of product (Combination of City and Product), find…

    Continue ReadingDrools – Sample Drools Program

    Drools – Rule Syntax

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:0 Comments

    As you saw the .drl (rule file) has its own syntax, let us cover some part of the Rule syntax in this chapter. Conditions in Rules A rule can contain…

    Continue ReadingDrools – Rule Syntax

    Drools – Rules Writing

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:0 Comments

    If you see the default rule that is written in the Hello World project (Sample.drl), there are a lot of keywords used which we will be explaining now. Package − Every…

    Continue ReadingDrools – Rules Writing

    Drools – Frequently Used Terms

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:0 Comments

    Rules The heart of the Rules Engine where you specify conditions (if ‘a’ then ‘b’). Facts Facts are the data on which the rules will act upon. From Java perspective,…

    Continue ReadingDrools – Frequently Used Terms

    Drools – Create a Drools Program

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:0 Comments

    To create a basic Drools program, open Eclipse. Go to Fileb → New → Project. Select Drools Project. Give a suitable name for the project. For example, DroolsTest. The next…

    Continue ReadingDrools – Create a Drools Program

    Drools – Runtime

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:0 Comments

    Drools Runtime is required to instruct the editor to run the program with specific version of Drools jar. You can run your program/application with different Drools Runtime. Click on Windows…

    Continue ReadingDrools – Runtime

    Drools – Eclipse Plugin

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:0 Comments

    Here are the prerequisites to install Drools Plugin − Java 1.5 (or higher) SE JDKEclipse 4.2 (or any version) and the Drools plugin As Drools is a BRMS (Business Rule…

    Continue ReadingDrools – Eclipse Plugin

    Drools – Introduction

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Drools
    • Post comments:2 Comments

    Drools is a business logic integration platform written in Java. This is a quick tutorial on how to use Drools in a business environment. Audience This tutorial should be useful…

    Continue ReadingDrools – Introduction
    Copyright - OceanWP Theme by OceanWP