License |
License |
---|---|
GroupId | GroupIdde.ovgu.dke.mocca |
ArtifactId | ArtifactIdmocca-core |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMOCCA-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.
|
Filename | Size |
---|---|
mocca-core-0.1.2.pom | |
mocca-core-0.1.2.jar | 32 KB |
mocca-core-0.1.2-tests.jar | 4 KB |
mocca-core-0.1.2-sources.jar | 33 KB |
mocca-core-0.1.2-javadoc.jar | 183 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.7 |