BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   Programming WebLogic JNDI:   Previous Topic   |   Next Topic   |   Contents   

 

Programming WebLogic JNDI

 

Contents

 

1. Introduction to WebLogic JNDI

Overview of JNDI in WebLogic Server

2. Programming with WebLogic JNDI

Using WebLogic JNDI from a Java Client

Setting Up JNDI Environment Properties for the InitialContext

Creating a Context Using a Hash Table

Creating a Context Using a WebLogic Environment Object

Creating a Context from a Server-Side Object

Associating a WebLogic User with a Security Context

Using the Context to Look Up a Named Object

Using a Named Object to Get an Object Reference

Closing the Context

Using WebLogic JNDI in a Clustered Environment

Clustering J2EE Services

Making Custom Objects Available to a WebLogic Server Cluster

Data Caching Design Pattern

Exactly-Once-Per-Cluster Design Pattern

Using WebLogic JNDI from a Client in a Clustered Environment

 

Back to Top