Rule Engine for Spring Boot

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 3

  • @GainJavaKnowledge
    @GainJavaKnowledge  7 місяців тому +1

    GitHub Link to download the source Code :
    =================================
    github.com/sumitMultani/spring-boot-rule-engine-demo.git

    • @aloktiwari7845
      @aloktiwari7845 3 місяці тому

      Hello sir, I want help to build a rule engine with ast

  • @kappaj01
    @kappaj01 2 місяці тому

    Good idea. However, having a rule engine like this with 170 rules are going to be not so good.
    Spring provides a way to create a list of all beans implementing a specific interface. That will make adding rules a lot easier.
    Also - suggest adding rule groups. So outcome of on rule group with go to the next rule group. Pretty much like Drools is using. Works very well!