Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.4 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.4 KB

DERA : Proof-Of-Concept

This project is an implementation of DERA system using Java (the core) and Groovy (the examples). More theoretical foundation can be found here.

Quick Start

For a quick glance on how a DERA system works, you can jump to the folder src/main/groovy/examples for some examples. Executing any of these Groovy classes will start corresponding DERA domains and trigger DERA actors and events.

Technical Details