Architecture

Feature Map

Functional Architecture

Layered Architecture
Erupt follows a modular layered design — each layer has clear responsibilities and can be pulled in on demand.
Request Lifecycle
The full pipeline of a CRUD request inside the framework:
DataProxy Lifecycle
DataProxy is Erupt's Service layer and exposes lifecycle hooks for every CRUD action:
Annotation-Driven Pipeline
How a Java class turns into a complete admin page:
