资 源 简 介
Process Based Entities
This framework is small, yet powerful composition of java interfaces, annotations, abstract classes and some utility classes.
Usage of this framework solves following frequently encountered problems:
Definition of various types of persistent entities
Clear separation of backend into service and controller layers
Definition of task data handlers and mapping between them and process tasks
Option of editing and persisting task data without immediately pushing them further in process (completing process task)
History capability for each task data
Synchronizing access to tasks for more users