Preface

This document is a resource for software developers who develop applications that include WebLogic Server EJBs using the Jakarta Platform, Enterprise Edition.

Audience

This document is a resource for software developers who develop applications that include WebLogic Server EJBs. It is assumed that the reader is familiar with Jakarta EE and basic EJB programming concepts.

The document mostly discusses the EJB 3.2 programming model, in particular the use of metadata annotations to simplify development. This document does not address EJB topics that are different between versions 2.x and 3.x, such as design considerations, EJB container architecture, entity beans, deployment descriptor use, and so on. This document also does not address production phase administration, monitoring, or performance tuning.

Note:

The EJB 3.2 specification provided in Java EE 8 provides the same functionality as the Jakarta Enterprise Beans 3.2 specification. All references in this document to EJB 3.2 can be interpreted as references to the Jakarta Enterprise Beans 3.2 specification.

Related Documentation

General EJB Design and Architecture

For information about developing and deploying EJBs with WebLogic Server, see:

Basic EJB Concepts

For complete information about basic EJB concepts, such as the benefits of enterprise beans, the types of enterprise beans, and their life cycles, visit the following sites:

Samples and Tutorials

Oracle provides a variety of code examples and tutorials that show WebLogic Server configuration and API use, and provide practical instructions on how to perform key development tasks. For more information, see Sample Applications and Code Examples in Understanding Oracle WebLogic Server.

In addition, Oracle provides basic EJB examples described in Simple EJB Examples. Oracle recommends that you run these examples before programming your own application that uses EJBs.

New and Changed WebLogic Server Features

For a comprehensive listing of the new features in EJB features introduced in this release of WebLogic Server, see What Is New and Changed in EJB 3.2.

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.