https://github.com/thma/prevaylertest
playing around with the baisc ideas of the legendary prevayler project
https://github.com/thma/prevaylertest
Last synced: over 1 year ago
JSON representation
playing around with the baisc ideas of the legendary prevayler project
- Host: GitHub
- URL: https://github.com/thma/prevaylertest
- Owner: thma
- License: apache-2.0
- Created: 2017-04-12T08:27:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:30:26.000Z (over 2 years ago)
- Last Synced: 2025-02-09T17:32:48.768Z (over 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prevaylerTest
playing around with the basic ideas of the legendary http://prevayler.org/ project.
Many moons ago I wrote a prevayler backend to the Apache OJB O/R mapping tool.
Recently I became interested in event sourcing, log processing, etc. and remembered the cool concepts of prevayler.
In this project I took the Interfaces of Prevayler, stripped them down to the bare basics (i.e. no snapshot capabilities), and wrote a very rudimentary implementation.