Registry / utility / xbean-naming

xbean-naming

JSON →
library3.11.1javamavenunverified

Implements a flexible, non-persistent JNDI provider for use in embedded or testing environments.

<dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-naming</artifactId> <version>3.11.1</version> </dependency>
INSTALL
IMPORT
SIG · XBEAN-NAMING
X
xbean-naming
utilityjavav3.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.

ContextFactory
✓ org.apache.xbean.naming.context.ContextFactory

Creates a JNDI context using the XBean naming factory.

import org.apache.xbean.naming.context.ContextFactory; public class Main { public static void main(String[] args) throws Exception { ContextFactory factory = new ContextFactory(); javax.naming.Context ctx = factory.createContext(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.11.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
17
Resources
xbean-naming — mvn dependency:get xbean-naming · libregistry