Framework suggestion for CQRS and EventSourcing

Aravind Yarram picture Aravind Yarram · Jul 8, 2012 · Viewed 14.1k times · Source

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.

Answer

duffymo picture duffymo · Jul 8, 2012

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

Looks interesting.