CORBA
FAQ
What's New
Your Trail
jndi
>
directory
>
jndi
> CORBA
Copyright Information
This article is licensed under
GNU Public License
. Contact
webmasters
for more information on copyright issues.
1
jndi
Introduction JNDI is short for Java Naming and Directory Service. It provides naming and directory functionalities to Java applications. In short, JNDI provides a Java-based unified interface for naming and directory service. A variety of naming and directory service implementations can be accessed in a unified way: be it LDAP, DNS, NIS, NDS, RMI, or CORBA. The following images shows how JNDI unifies various naming and directory services com.sun.jndi.nis.NISCtxFactory [Root exception is java.lang.ClassNotFoundException: com.sun.jndi.nis.NISCtxFactory] In my case, it was caused by missing nis.jar and providerutil.jar so JVM doesnot know where to get the NISCtxFactory class. I was using nis lookup in an axis service, everything worke...[
more
]
Comments
V.E.R.A Acronyms
Common Object Request Broker Architecture (OMG)
(search time: 3.178 msec)