Skip to content

JavaEE, CQRS and Event Sourcing by Using JAX-RS and CDI Events with basic in-memory eventstore and Query prpjection (Rapid Java EE development with Wildfly Swarm and JBoss Forge)

License

Notifications You must be signed in to change notification settings

daggerok/wildfly-swarm-microservice

Repository files navigation

wildfly-swarm-microservice Build Status

TODO: Implement some in addition…​.

  • redis event store

build, run and test
./mvnw >/dev/null
./target/*-swarm.jar &
wait_for 8080
http :8080/api/v1/messages message=ololo
http :8080/api/v1/messages message=trololo
http :8080/api/v1/messages
stop_any 8080

## DO NOT USE GRADLE. NOT STABLE YET!
#./gradlew >/dev/null
#./build/libs/*-swarm.jar &
#wait_for 8080
#http :8080/api/v1/messages message=trololo
#http :8080/api/v1/messages message=ololo
#http :8080/api/v1/messages
#stop_any 8080
debug
./gradlew ; java -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 build/libs/*-swarm.jar

links:

About

JavaEE, CQRS and Event Sourcing by Using JAX-RS and CDI Events with basic in-memory eventstore and Query prpjection (Rapid Java EE development with Wildfly Swarm and JBoss Forge)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published