Package examples.jndi

This package shows how to obtain and use a WebLogic naming context

Class Summary Description Code
InitialContextExample Create a context with default (guest access) to the naming system. Create a context that has authenticated access to the naming system. InitialContextExample.java
WebLogicContextExample Illustrate how to obtain and use a WebLogic naming context.