hugo-theme-hyde-hyde/exampleSite/content/portfolio/dera.md

10 lines
674 B
Markdown
Raw Normal View History

2018-07-31 22:15:03 +00:00
---
title: "DERA"
description: "Dynamic Event-Driven Actors"
link: https://github.com/htr3n/dera
screenshot: dera.png
date: '2018-06-21'
layout: 'portfolio'
---
This is a Java reference implementation of dynamic event-driven actors runtime aiming at providing adequate abstraction levels and mechanisms for modelling and developing (distributed) event-based systems. DERA leverages the intrinsic loose coupling of event-driven communication styles to support various kinds of _run-time evolution and adaptation_ (i.e., enabling run-time flexibility) while _minimizing the non-deterministic nature of traditional event-based applications_ (i.e., supporting formal analysis).