Tagged articles
11 articles
Page 1 of 1
macrozheng
macrozheng
Oct 23, 2025 · Backend Development

Boost Business Agility with a Spring Boot Dynamic Rule Engine

This article explains how backend developers can replace hard‑coded business logic with a dynamic rule engine built on Spring Boot and QLExpress, enabling rapid rule changes, reducing deployment risk, and empowering non‑technical staff to manage complex e‑commerce, finance, and marketing scenarios.

Business RulesDynamic Rule EngineJava
0 likes · 14 min read
Boost Business Agility with a Spring Boot Dynamic Rule Engine
Java Tech Enthusiast
Java Tech Enthusiast
Oct 10, 2025 · Backend Development

Boost Business Agility with a Dynamic Rule Engine in Spring Boot

This article explains how separating business rules from code using a dynamic rule engine—implemented with QLExpress, Spring Boot, and a lightweight front‑end—enables rapid rule changes, reduces deployment risk, and empowers non‑technical staff to adjust pricing, risk, and marketing policies in real time.

Business RulesDynamic Rule EngineQLExpress
0 likes · 14 min read
Boost Business Agility with a Dynamic Rule Engine in Spring Boot
Code Ape Tech Column
Code Ape Tech Column
Sep 25, 2025 · Backend Development

How a Dynamic Rule Engine Can Cut Deployment Time from Hours to Minutes

This article explains how separating business rules from code using a dynamic rule engine—implemented with Spring Boot, QLExpress, and a simple HTML/Tailwind front‑end—enables rapid, low‑risk rule changes for e‑commerce, finance, and content platforms, illustrated with full code examples and real‑world scenarios.

BackendBusiness RulesDynamic Rule Engine
0 likes · 14 min read
How a Dynamic Rule Engine Can Cut Deployment Time from Hours to Minutes
Code Ape Tech Column
Code Ape Tech Column
Apr 2, 2025 · Backend Development

Easy Rules Java Rule Engine: Features, Usage, and Real‑World Scenarios

This article introduces the lightweight Easy Rules Java rule engine, explains why traditional if‑else logic is problematic, demonstrates core concepts such as rule, condition, action, and facts, provides step‑by‑step code examples, showcases six practical use‑cases, and shows how to integrate it with Spring Boot and Maven.

Business RulesJavaSpring Boot
0 likes · 16 min read
Easy Rules Java Rule Engine: Features, Usage, and Real‑World Scenarios
HomeTech
HomeTech
Jun 27, 2023 · Backend Development

Introduction to Rule Engines and Their Application in a Car‑Buying Workflow

This article explains what a rule engine is, contrasts it with workflow engines, outlines its benefits, reviews popular Java rule‑engine frameworks, and demonstrates a practical implementation for a second‑hand car buying process using JSON configuration, Spring‑SpEL, and modular Java actions.

Business RulesConfigurationworkflow
0 likes · 15 min read
Introduction to Rule Engines and Their Application in a Car‑Buying Workflow
Zhuanzhuan Tech
Zhuanzhuan Tech
Jun 7, 2023 · Backend Development

Understanding Rule Engines and Their Application in ZuanZuan Wallet with EasyRules Performance Analysis

This article explains the concepts of rule engines versus imperative programming, demonstrates rule‑engine implementation with EasyRules through code examples, discusses its business value and application in ZuanZuan Wallet, and analyzes the performance of EasyRules in rule evaluation and execution.

Backend DevelopmentBusiness RulesJava
0 likes · 10 min read
Understanding Rule Engines and Their Application in ZuanZuan Wallet with EasyRules Performance Analysis
macrozheng
macrozheng
May 22, 2023 · Backend Development

How to Integrate URule Rule Engine into Spring Boot: A Hands‑On Guide

This article walks through the background, core concepts, installation steps, library definitions, rule set creation, decision table usage, and a real‑world promotion scenario for integrating the URule rule engine with a Spring Boot backend, providing code snippets and visual configuration tips.

Backend DevelopmentBusiness RulesJava
0 likes · 15 min read
How to Integrate URule Rule Engine into Spring Boot: A Hands‑On Guide
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
YunZhu Net Technology Team
YunZhu Net Technology Team
Dec 10, 2021 · Backend Development

Understanding Rule Engines: Concepts, Patterns, and Practical Applications

This article explains what a rule engine is, why it is useful, common products, core concepts such as rule files, LHS/RHS, facts, and various modeling patterns, as well as management, execution modes, real‑world use cases and best‑practice recommendations for building scalable backend rule‑processing systems.

Business RulesDecision TableSoftware Architecture
0 likes · 17 min read
Understanding Rule Engines: Concepts, Patterns, and Practical Applications