Project DescriptionEntropy is a component for implementing undo/redo for object models. Entropy implements undo/redo with the memento pattern at the object level so there is fine grain information about changes.
Entropy is a relatively lightweight engine for tracking and undo/redoing changes to objects. It is intended for small applications that want undo/redo features without having to use a database or other large object management system. The change tracking system can be used by a client to implement a rule/trigger feature that ensures object consistency when a change has finished.
The best way to find out if Entropy is for you is to check out the
Documentation, specifically the
sample section.