Unit 2 - Java Naming and Directory Interface
Unit 2 - Java Naming and Directory Interface
1. Introduction to JNDI
• What are directory and naming services are
and how do they work
• The high-level architecture of JNDI
• The JNDI tree using the Administration Console
What Is JNDI?
• java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
• java.naming.provider.url=jnp://localhost:1099
• java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
• JNDI Structure
• Java SCOPE
• Global SCOPE
• ENC Scope
Example