Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Framework suggestion for CQRS and EventSourcing [closed]

Are there any other Java frameworks for CQRS and Event Sourcing other than Axon Framework? I am specifically looking for

  1. Java based framework.
  2. Must support event sourcing.
like image 519
Aravind Yarram Avatar asked Jul 07 '12 22:07

Aravind Yarram


1 Answers

I just found JDON, an event sourcing framework based on work by Eric Evans of DDD fame and Martin Fowler.

Looks interesting.

like image 101
duffymo Avatar answered Sep 28 '22 16:09

duffymo