DOC

org.objectweb.joram : joram-parent

Maven & Gradle

May 07, 2010

JORAM :: Parent · JORAM incorporates a 100% pure Java implementation of JMS (Java Message Service API released by Sun Microsystem, Inc.). It provides access to a really distributed MOM (Message Oriented Middleware), built on top of the ScalAgent agents based platform.

Table Of Contents

Latest Version

Download org.objectweb.joram : joram-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file joram-parent-5.3.1-javadoc.jar to joram-parent-5.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder joram-parent-5.3.1-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 "joram-parent-5.3.1-sources.jar" -d "joram-parent-5.3.1-javadoc" -subpackages 

Advertisement