Preface

This document describes developing Java Naming and Directory Interface (JNDI) API for Oracle WebLogic Server 14c.

Audience

This document is written for application developers who want to design, develop, configure, and manage applications using the Java Platform, Enterprise Edition (Jakarta EE) and want to use the JNDI API to provide a unified interface to multiple naming and directory services in their enterprise. It is assumed that readers know JNDI and the Java programming language.

It is assumed that readers knows the JNDI API and the Java programming language.

Related Documentation

For additional information on JNDI, see the following documentation:

  • BEA-000001 to BEA-2194843 in Error Messages provides a list of all WebLogic Server error messages, including JNDI subsystem messages.

  • Communications in a Cluster in Administering Clusters for Oracle WebLogic Server provides information on the cluster-wide JNDI tree.

Examples for the Web Application Developer

In addition to this document, Oracle provides examples for software developers within the context of the Avitek Medical Records Application (MedRec) sample application, as well as JNDI code examples.

Avitek Medical Records Application (MedRec)

MedRec is an end-to-end sample Jakarta EE application shipped with WebLogic Server that simulates an independent, centralized medical record management system. The MedRec application provides a framework for patients, doctors, and administrators to manage patient data using a variety of different clients.

MedRec includes a service tier comprised primarily of Enterprise Java Beans (EJBs) that work to process requests from web applications, web services, and workflow applications, and future client applications. The application includes message-driven, stateless session, stateful session, and entity EJBs.

For more information, see Sample Applications and Code Examples.

JNDI Examples in the WebLogic Server Distribution

WebLogic Server optionally installs API code examples in the ORACLE_HOME\wlserver\samples\server directory, where ORACLE_HOME represents the Oracle Home directory for your WebLogic Server installation. For more information about the WebLogic Server code examples, see Sample Applications and Code Examples in Understanding Oracle WebLogic Server.

New and Changed WebLogic Server Features

For a comprehensive listing of the new WebLogic Server features introduced in this release, see What's New in Oracle WebLogic Server 14.1.2.0.0.

Conventions

The following text conventions are used in this document:

Convention Meaning

boldface

Boldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary.

italic

Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values.

monospace

Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter.