Java Naming and Directory Interface (JNDI) tutorials and examples.
When connection of client is made with JNDI services and JNDI context i.e. usingInitialContext() is obtained then any interface method could be applied. Basic javax.naming.Context interface operations included are bind() usage so that an entry could be added, rebind() so that an entry name could be replaced, lookup() so that to locate or to find an object, & unbind() so that an entry could be deleted. Given below is a figure which illustrates such kind of operations. Logically it is said that ...
Size Reduced for Images in PDF &...
05-15-2013, 05:53 PM in Java Software