Last Version

MOCCA-core 0.1.2

MOCCA is the Message-Oriented Command and Context Architecture, providing a GLUE middle-ware that allows sending commands to a peer which are executed by state-less handlers in a specific context. In contrast to the Request-Response scheme the message flow is not fixed by the framework. This allows to implement different communication paradigms (including Request-Response). The whole system can be seen as an automaton with Messages that trigger state transitions in the local Contexts. This library contains the core components, including the GLUE-based implementation.

License

License

GroupId

GroupId

de.ovgu.dke.mocca
ArtifactId

ArtifactId

mocca-core
Version

Version

0.1.2
Type

Type

jar
Description

Description

MOCCA-core
MOCCA is the Message-Oriented Command and Context Architecture, providing a GLUE middle-ware that allows sending commands to a peer which are executed by state-less handlers in a specific context. In contrast to the Request-Response scheme the message flow is not fixed by the framework. This allows to implement different communication paradigms (including Request-Response). The whole system can be seen as an automaton with Messages that trigger state transitions in the local Contexts. This library contains the core components, including the GLUE-based implementation.

Download mocca-core 0.1.2


<!-- https://jarcasting.com/artifacts/de.ovgu.dke.mocca/mocca-core/ -->
<dependency>
    <groupId>de.ovgu.dke.mocca</groupId>
    <artifactId>mocca-core</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.ovgu.dke.mocca/mocca-core/
implementation 'de.ovgu.dke.mocca:mocca-core:0.1.2'
// https://jarcasting.com/artifacts/de.ovgu.dke.mocca/mocca-core/
implementation ("de.ovgu.dke.mocca:mocca-core:0.1.2")
'de.ovgu.dke.mocca:mocca-core:jar:0.1.2'
<dependency org="de.ovgu.dke.mocca" name="mocca-core" rev="0.1.2">
  <artifact name="mocca-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ovgu.dke.mocca', module='mocca-core', version='0.1.2')
)
libraryDependencies += "de.ovgu.dke.mocca" % "mocca-core" % "0.1.2"
[de.ovgu.dke.mocca/mocca-core "0.1.2"]

Dependencies

compile (3)

Group / Artifact Type Version
de.ovgu.dke.glue : glue-core jar 0.2.2
de.ovgu.dke.glue : glue-util jar 0.2.2
net.jcip : jcip-annotations jar 1.0

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.7

Project Modules

There are no modules declared in this project.