DOC

com.jujunie.service : jujunie-services

Maven & Gradle

Apr 06, 2012

Jujunie Services · Services library for Jujunie's projects. It includes common API that are shared between our projects. Among other utility classes, it currently contains a web MVC2 framework, a logging abstraction layer, a table consolidation API and XML writing API.

Table Of Contents

Latest Version

Download com.jujunie.service : jujunie-services Javadoc & API Documentation - Latest Versions:

All Versions

Download com.jujunie.service : jujunie-services Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.01.x

How to open Javadoc JAR file in web browser

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