DOC

de.ovgu.dke.mocca : mocca-core

Maven & Gradle

Apr 16, 2013
2 usages

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.

Table Of Contents

Latest Version

Download de.ovgu.dke.mocca : mocca-core Javadoc & API Documentation - Latest Versions:

All Versions

Download de.ovgu.dke.mocca : mocca-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file mocca-core-0.1.2-javadoc.jar to mocca-core-0.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mocca-core-0.1.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mocca-core-0.1.2-sources.jar" -d "mocca-core-0.1.2-javadoc" -subpackages 

Advertisement