Tagged articles
4 articles
Page 1 of 1
Zhuanzhuan Tech
Zhuanzhuan Tech
Nov 1, 2023 · Backend Development

Optimizing CRM Opportunity Flow with EasyRule and the Rete Algorithm

This article explains how to improve the efficiency of CRM opportunity handling by introducing rule‑engine concepts, detailing the Rete algorithm, comparing Drools and EasyRule, and providing practical EasyRule integration examples with Java code for backend developers.

CRMEasyRuleRete algorithm
0 likes · 22 min read
Optimizing CRM Opportunity Flow with EasyRule and the Rete Algorithm
JD Tech
JD Tech
Dec 14, 2022 · Backend Development

ZCube Rule Engine: Modeling, Execution, and Practical Integration

This article examines the ZCube rule engine, detailing its architecture, visual rule modeling tools, DSL and ANTLR integration, RETE algorithm implementation, knowledge package deployment, AB testing, and runtime execution flow, illustrating how it enables flexible, high‑performance business rule management.

ANTLRBackendDSL
0 likes · 26 min read
ZCube Rule Engine: Modeling, Execution, and Practical Integration
vivo Internet Technology
vivo Internet Technology
Nov 23, 2022 · Backend Development

Drools Rule Engine and Rete Algorithm: Concepts, Implementation, and Application in a Collection System

The article explains how Drools, a business rule management system using the Rete algorithm, separates decision logic from code by generating DRL files from decision‑table data, enabling non‑technical users to manage collection‑system rules that assign overdue cases to queues, while noting current limitations and future upgrades.

Business RulesDecision TableDrools
0 likes · 24 min read
Drools Rule Engine and Rete Algorithm: Concepts, Implementation, and Application in a Collection System
ELab Team
ELab Team
Jul 26, 2021 · Fundamentals

Why Rule Engines Matter: From Rete Algorithm to Node.js Nools

This article explains the origins and concepts of rule engines, demonstrates practical JavaScript implementations, dives into the Rete pattern‑matching algorithm, and explores design considerations for visual rule editors and lightweight Node.js components.

Node.jsRete algorithmSoftware Architecture
0 likes · 15 min read
Why Rule Engines Matter: From Rete Algorithm to Node.js Nools