m

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.
https://projects.dke-research.de/redmine/projects/mocca/
The Apache Software License, Version 2.0
Stefan Haun
Files download
File Operation
mocca-core-0.1.2.jar download
mocca-core-0.1.2.pom download
mocca-core-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>de.ovgu.dke.mocca</groupId>
  <artifactId>mocca-core</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'de.ovgu.dke.mocca:mocca-core:0.1.2'
Gradle Kotlin
implementation("de.ovgu.dke.mocca:mocca-core:0.1.2")
Scala SBT
libraryDependencies += "de.ovgu.dke.mocca" % "mocca-core" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='de.ovgu.dke.mocca', module='mocca-core', version='0.1.2')
)
Apache Ivy
<dependency org="de.ovgu.dke.mocca" name="mocca-core" rev="0.1.2" />
Leiningen
[de.ovgu.dke.mocca/mocca-core "0.1.2"]
Apache Buildr
'de.ovgu.dke.mocca:mocca-core:jar:0.1.2'