Registry / config / simple-jndi

simple-jndi

JSON →
library0.11.1javamavenunverified

A simple, library-based implementation of JNDI using Java .properties files for easy configuration without server instances.

<dependency> <groupId>simple-jndi</groupId> <artifactId>simple-jndi</artifactId> <version>0.11.1</version> </dependency>
INSTALL
IMPORT
SIG · SIMPLE-JNDI
S
simple-jndi
configjavav0.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SimpleJndi
org.osjava.sj.SimpleJndi

Performs a JNDI lookup using Simple JNDI.

import org.osjava.sj.SimpleJndi; public class Example { public void lookup() throws Exception { SimpleJndi jndi = new SimpleJndi(); Object obj = jndi.lookup("java:comp/env/myBean"); } }
Debug
Known issues
gotchaSimple JNDI is not a full JNDI implementation and may not support all JNDI features.
fix
Ensure your application only uses basic JNDI operations; consider a full JNDI provider for complex scenarios.
affects: all
Upgrade
Version history
0.11.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
34
Resources
simple-jndi — mvn dependency:get simple-jndi · libregistry