Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
/ JEECQRS Public archive

Infrastructure tools to implement CQRS with Java EE standard methods

License

Notifications You must be signed in to change notification settings

JEEventStore/JEECQRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

A decade later and having developed several message driven applications later, I would probably implement a few things quite a bit differently today. I'm no longer maintaining this and merely keep it as a reference implementation for other people to learn about event sourcing and investigate.

JEECQRS

JEECQRS aims to provide a suitable set of low-level infrastructure services that are needed in any CQRS implementation. It uses the infrastructure provided by any JEE 6.0 (web-profile or full profile for JMS messaging) compliant container.

It is recommended (but not necessary) to hide these infrastructure services behind suitable Facades in your own application.

Tested containers:

  • JBoss AS 7.x
  • Wildfly 8.2 (8.1 is not supported due to bugs in WELD)
  • Wildfly 9.0 (8.1 is not supported due to bugs in WELD)

About

Infrastructure tools to implement CQRS with Java EE standard methods

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages