DOC

org.jeuron : jeuron-project

Maven & Gradle

Apr 25, 2014

The Jeuron Application Platform is a lightweight framework to assemble software components intended to support multiple project and deployment scenarios while also providing an environment for testing and debugging. The platform is comprised of a set of packages which provide transport, messaging, configuration, and execution services designed to create a configurable, scalable, and distributed application environment. The low resource model permits the platform to be instantiated during each build cycle and to be deployed at all levels of the application hierarchy such as application servers, web servers, and mobile or wired workstations.

Table Of Contents

Latest Version

Download org.jeuron : jeuron-project Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jeuron : jeuron-project Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.4.x

How to open Javadoc JAR file in web browser

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

Advertisement