Tag

EL

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Jan 14, 2025 · Backend Development

Introducing LiteFlow: A Lightweight Java Rule Engine for Workflow Orchestration

LiteFlow is a lightweight Java rule engine that lets developers orchestrate serial and parallel business workflows using XML, JSON or YAML rule files stored in back‑ends like SQL or Zookeeper, offering NodeComponent, NodeSwitchComponent and NodeIfComponent types, EL syntax, Spring Boot integration, and high‑performance execution monitoring.

ELJavaLiteFlow
0 likes · 8 min read
Introducing LiteFlow: A Lightweight Java Rule Engine for Workflow Orchestration
Architect's Guide
Architect's Guide
Apr 3, 2024 · Backend Development

Introducing Liteflow: A Lightweight Java Rule Engine for Complex Workflow Orchestration

This article presents Liteflow, a lightweight yet powerful Java rule engine that supports XML/JSON/YAML rule files, multiple storage backends, and hot‑deployment, and demonstrates its components, configuration, and a real‑world e‑commerce workflow example with code snippets.

ELJavaLiteFlow
0 likes · 8 min read
Introducing Liteflow: A Lightweight Java Rule Engine for Complex Workflow Orchestration
Architect's Tech Stack
Architect's Tech Stack
Jun 22, 2021 · Backend Development

Injecting Lists, Arrays, Sets, and Maps in Spring Using @Value and EL

This article explains how to store and inject collection types such as List, Map, Set, and arrays from Spring configuration files using @Value, @ConfigurationProperties, and Spring Expression Language, while handling missing keys and reducing code‑configuration coupling.

AnnotationCollectionConfiguration
0 likes · 7 min read
Injecting Lists, Arrays, Sets, and Maps in Spring Using @Value and EL