jar

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 JAR file - Latest Versions:

All Versions

Download com.github.h-thurow : simple-jndi JAR file - All Versions:

Version Vulnerabilities Size 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

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window simple-jndi-0.23.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.osjava.sj.jndi

├─ org.osjava.sj.jndi.ContextBindings.class - [JAR]

├─ org.osjava.sj.jndi.ContextNames.class - [JAR]

├─ org.osjava.sj.jndi.DelimiterConvertingContext.class - [JAR]

├─ org.osjava.sj.jndi.JndiUtils.class - [JAR]

├─ org.osjava.sj.jndi.MemoryContext.class - [JAR]

├─ org.osjava.sj.jndi.SimpleNameParser.class - [JAR]

org.osjava.sj.loader

├─ org.osjava.sj.loader.CustomSJProperties.class - [JAR]

├─ org.osjava.sj.loader.FileBasedJndiLoader.class - [JAR]

├─ org.osjava.sj.loader.IniSJProperties.class - [JAR]

├─ org.osjava.sj.loader.JndiLoader.class - [JAR]

├─ org.osjava.sj.loader.NioBasedJndiLoader.class - [JAR]

├─ org.osjava.sj.loader.OrderedSet.class - [JAR]

├─ org.osjava.sj.loader.SJProperties.class - [JAR]

├─ org.osjava.sj.loader.XmlSJProperties.class - [JAR]

org.osjava

├─ org.osjava.StringUtils.class - [JAR]

├─ org.osjava.StringsToTypes.class - [JAR]

org.osjava.datasource

├─ org.osjava.datasource.PoolSetup.class - [JAR]

├─ org.osjava.datasource.SJDataSource.class - [JAR]

org.osjava.sj.loader.convert

├─ org.osjava.sj.loader.convert.BeanConverter.class - [JAR]

├─ org.osjava.sj.loader.convert.CharacterConverter.class - [JAR]

├─ org.osjava.sj.loader.convert.ConstructorConverter.class - [JAR]

├─ org.osjava.sj.loader.convert.ConverterIF.class - [JAR]

├─ org.osjava.sj.loader.convert.ConverterRegistry.class - [JAR]

├─ org.osjava.sj.loader.convert.DateConverter.class - [JAR]

├─ org.osjava.sj.loader.convert.MapConverter.class - [JAR]

├─ org.osjava.sj.loader.convert.SJDataSourceConverter.class - [JAR]

org.osjava.sj

├─ org.osjava.sj.ContextFactory.class - [JAR]

├─ org.osjava.sj.MemoryContextFactory.class - [JAR]

├─ org.osjava.sj.SimpleContextFactory.class - [JAR]

├─ org.osjava.sj.SimpleJndi.class - [JAR]

├─ org.osjava.sj.SimpleJndiContextFactory.class - [JAR]

Advertisement