Registry / networking / jetty-jndi

jetty-jndi

JSON →
library12.1.8javamavenunverified

Jetty JNDI Artifact providing Java Naming and Directory Interface support for Jetty server.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jndi</artifactId> <version>12.1.8</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-JNDI
J
jetty-jndi
networkingjavav12.1.8
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.

NamingContext
org.eclipse.jetty.jndi.NamingContext

Creating a JNDI binding using Jetty JNDI.

import org.eclipse.jetty.jndi.NamingContext; import javax.naming.Context; public class Example { public static void main(String[] args) throws Exception { NamingContext ctx = new NamingContext(); ctx.bind("java:comp/env/myVar", "value"); System.out.println("JNDI binding created."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jetty-jndi — mvn dependency:get jetty-jndi · libregistry