DOC

com.github.h-thurow : simple-jndi

Maven & Gradle

Apr 26, 2020
15 usages
57 stars

com.github.h-thurow:simple-jndi · An in-memory implementation of JNDI, so no server instances are started. A java.util.Properties object, the structure of a root directory or a list of .property files serves as a model for the contexts structure. The contexts get populated with objects defined programmatically or declarative in .properties, .xml or .ini files.

Table Of Contents

Latest Version

Download com.github.h-thurow : simple-jndi Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.h-thurow : simple-jndi Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.23.x
0.22.x
0.21.x
0.20.x
0.19.x
0.18.x
0.17.x
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x

How to open Javadoc JAR file in web browser

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

Advertisement