Pergunta

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.
Foi útil?

Solução

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.

Outras dicas

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

Looks interesting.

I have been working with an Event Store in Java called Eventstore2.

And building on this Event Store I have created an archetype that gives you an initial Java Web Application called maven-archetype-eventsourcing

You can read my blog about it - Get your Event Sourced web application development started with one line using Maven!.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top