What is JBoss NS?
JBoss implementation of the of the Java Naming and Directory Interface (JNDI).
NamingService Configuration
- POJO Configurations (JBossNS 5.0.0)
Available InitialContext Factories
ORBInitialContextFactory
- LocalOnlyContextFactory (JBossNS 5.0.0)
Running the naming service over alternate transports
Securing JNDI
- Using Security policy/SecurityManager
Adding Bindings to JNDI
Project Source Locations
For JBossAS 4.x and earlier, the JBossNS codebase is located in the JBosAS project codebase under the naming module. The svn links are:
- https://svn.jboss.org/repos/jbossas/{tags,branches} for development access. For example, naming server code in JBossAS 4.2.2.GA would be under https://svn.jboss.org/repos/jbossas/tags/JBoss_4_2_2_GA/naming/
- http://anonsvn.jboss.org/repos/jbossas/{tags,branches} for anonymous access. For example, naming server code in JBossAS 4.2.2.GA would be under http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_4_2_2_GA/naming/
As of the JBossAS 5.x releases, the naming server codebase has been broken out into a separate project that can be used independent of JBossAS. Its svn links are:
- https://svn.jboss.org/repos/jbossas/projects/naming/ for development access.
- http://anonsvn.jboss.org/repos/jbossas/projects/naming/ for anonymous access.
JBossNS 5.x uses mvn to build the jnpserver.jar and jnpclient.jar artifacts.
Related
Comments