DOC

net.plsar : plsar-java

Maven & Gradle

Feb 10, 2023

PLSA.R · PLSA.R is an Open Source Server + Framework Environment for small to large scale requirements. There are no static references, no file reads, access to static fields per request. Everything is either cached and or instantiated on the fly. PLSA.R runs via one command so there are no .war files to deploy, no additional plugins to install it is a simple yet powerful alternative to container deployment environments. http://plsar.net

Table Of Contents

Latest Version

Download net.plsar : plsar-java Javadoc & API Documentation - Latest Versions:

All Versions

Download net.plsar : plsar-java Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x
2.0.x
2
1

How to open Javadoc JAR file in web browser

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

Advertisement