Simple-CQRS-Java(SCJ) is intended to be lightweight implementation of the popular design pattern CQRS. This library will support components such as...
- Events
- Commands
- Queries
- Coming soon - behaviors
CQRS can be complicated, and easy to get wrong. SCJ allow your use of a straightforward implementation that plans to grow enough to handle more complex scenarios, but remain small enough to aid with CQRS usage and un-opinionated about your implementation, this could be a good tool for you.
SCJ will be extensible for individual implementations, and there will be helper libraries that will aid with working with things such as dependency injection, and ease of use with the most common frameworks. If you are providing a custom implementation you can choose which you would like to extend in terms of libraries, but the framework specific libraries will contain the core components that are part of Simple-CQRS-Java-Core.
Additional libraries coming soon...
- simple-cqrs-java-cdi
- simple-cqrs-java-spring
<dependency>
<groupId>io.github.broot02</groupId>
<artifactId>simple-cqrs-java-core</artifactId>
<version>${latest-scj-core-version}</version>
</dependency>implementation 'io.github.broot02:simple-cqrs-java-core:0.0.1'