Tagged articles
4 articles
Page 1 of 1
政采云技术
政采云技术
Mar 24, 2022 · Backend Development

Design and Implementation of a Dynamic Business Rule Engine Using QLExpress

This article presents a lightweight solution for dynamic business rule management by abstracting rules into variable‑condition‑result models, employing the QLExpress script engine for execution, and demonstrating how to bind Java methods, enabling flexible, maintainable backend logic without extensive if‑else code.

JavaQLExpressdynamic business rules
0 likes · 10 min read
Design and Implementation of a Dynamic Business Rule Engine Using QLExpress
ELab Team
ELab Team
Oct 20, 2021 · Frontend Development

Deep Dive into Garfish Micro‑Frontend Architecture: Resource Loading, Sandbox, and Script Execution

This article examines Garfish's micro‑frontend implementation by dissecting resource loading, HTML parsing, sandbox environment construction, and script execution, providing detailed code analysis and comparisons with Qiankun to reveal the core mechanics behind modern micro‑frontend solutions.

Frontend Architecturemicro-frontendresource-loading
0 likes · 12 min read
Deep Dive into Garfish Micro‑Frontend Architecture: Resource Loading, Sandbox, and Script Execution
FunTester
FunTester
Oct 24, 2019 · Backend Development

Executing Groovy Test Scripts Dynamically from Java: A Practical Guide

This article explains how to build a Java wrapper that loads and runs Groovy test scripts at runtime, covering classloader nuances, reflection-like execution, file discovery, method filtering, and provides a complete code example for a custom test framework.

GroovyJavaReflection
0 likes · 6 min read
Executing Groovy Test Scripts Dynamically from Java: A Practical Guide