KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > spi > NamingManager > Top Examples

  • org.springframework.mock.jndi.SimpleNamingContextBuilder
    Simple implementation of a JNDI naming context builder. <p>Mainly targeted at test environments, where each test case can configure JNDI appropriately, so that new InitialContext() will expose the required objects. Also usable for standalone applications, e.g. for binding a JDBC DataSource ...
Popular Tags