jar

simple-jndi : simple-jndi

Maven & Gradle

Dec 06, 2005
71 usages

simple-jndi · A simple implementation of JNDI. It is entirely library based, so no server instances are started, and it sits upon Java .properties files, so it is easy to use and simple to understand. The .properties files may be either on the file system or in the classpath.

Table Of Contents

Latest Version

Download simple-jndi : simple-jndi JAR file - Latest Versions:

All Versions

Download simple-jndi : simple-jndi JAR file - All Versions:

Version Vulnerabilities Size Updated
0.11.x
0.11
0.10
0.9
0.9.x
0.8
0.8.x
0.7
0.6
0.5
0.4

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.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.osjava.sj.naming

├─ org.osjava.sj.naming.Jndi.class - [JAR]

org.osjava.sj.jndi

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

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

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

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

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

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

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

org.osjava.sj.loader

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

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

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

org.osjava.sj.loader.convert

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

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

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

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

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

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

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

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

org.osjava.sj.loader.util

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

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

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

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

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

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

org.osjava.sj.memory

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

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

org.osjava.sj

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

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

Advertisement