Traktor
Traktor
is a library to execute actions in a traceable manner by applying a two-phase-commit pattern.
It is mainly defined by two behaviours:
Traktor.Action
for the business logic;Traktor.Store
for the persistance layer.
Traktor
is a library to execute actions in a traceable manner by applying a two-phase-commit pattern.
It is mainly defined by two behaviours:
Traktor.Action
for the business logic;
Traktor.Store
for the persistance layer.