Tagged articles

EasyRule

3 articles · Page 1 of 1
Ubiquitous Tech
Ubiquitous Tech
Dec 18, 2024 · Backend Development

Deep Dive into EasyRule: Core Module Design Analysis

The article examines why rule engines are needed to replace tangled if‑else logic, then walks through EasyRule’s Core module—its three packages, key interfaces, listener mechanisms, parameter controls, and builder pattern—illustrated with code snippets and diagrams to reveal the design choices behind the engine.

Core DesignEasyRulebackend development
0 likes · 11 min read
Deep Dive into EasyRule: Core Module Design Analysis
Ubiquitous Tech
Ubiquitous Tech
Nov 23, 2024 · Fundamentals

Rule Engine Basics: Getting Started with the Open‑Source EasyRule

The article walks through the problems of hard‑coded if‑else logic, introduces rule engines as a flexible solution, explains EasyRule’s concepts, advantages, and classifications, and provides step‑by‑step Java examples using annotations, fluent API, MVEL, and YAML configurations.

AnnotationEasyRuleFluent API
0 likes · 20 min read
Rule Engine Basics: Getting Started with the Open‑Source EasyRule
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