Are there any other Java frameworks for CQRS and Event Sourcing other than Axon Framework? I am specifically looking for
- Java based framework.
- Must support event sourcing.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could give Qi4j a try.
The SDK provides an EventStore for Domain Events and a way to expose them as Atom feeds easily.
Note that at the time of writing Qi4j 2.0 is not released yet so you’ll have to use weekly builds for now.
Moreover documentation is not ready either but the unit tests code should get you started.