JEECQRS: Infrastructure JPA EJB

Infrastructure tools to implement CQRS with Java EE standard methods

License

License

GroupId

GroupId

org.jeecqrs
ArtifactId

ArtifactId

jeecqrs-infra-jpa-ejb
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

ejb
Description

Description

JEECQRS: Infrastructure JPA EJB
Infrastructure tools to implement CQRS with Java EE standard methods

Download jeecqrs-infra-jpa-ejb

How to add to project

<!-- https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-infra-jpa-ejb/ -->
<dependency>
    <groupId>org.jeecqrs</groupId>
    <artifactId>jeecqrs-infra-jpa-ejb</artifactId>
    <version>1.2.3</version>
    <type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-infra-jpa-ejb/
implementation 'org.jeecqrs:jeecqrs-infra-jpa-ejb:1.2.3'
// https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-infra-jpa-ejb/
implementation ("org.jeecqrs:jeecqrs-infra-jpa-ejb:1.2.3")
'org.jeecqrs:jeecqrs-infra-jpa-ejb:ejb:1.2.3'
<dependency org="org.jeecqrs" name="jeecqrs-infra-jpa-ejb" rev="1.2.3">
  <artifact name="jeecqrs-infra-jpa-ejb" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.jeecqrs', module='jeecqrs-infra-jpa-ejb', version='1.2.3')
)
libraryDependencies += "org.jeecqrs" % "jeecqrs-infra-jpa-ejb" % "1.2.3"
[org.jeecqrs/jeecqrs-infra-jpa-ejb "1.2.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jeecqrs : jeecqrs-core jar 1.2.3

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.8
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-depchain pom
org.jboss.arquillian.testng : arquillian-testng-container jar 1.1.1.Final
org.jboss.arquillian.protocol : arquillian-protocol-servlet jar 1.1.1.Final

Project Modules

There are no modules declared in this project.

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)
org.jeecqrs

JEEventStore

Versions

Version
1.2.3
1.2.2
1.2.1
1.2
1.1