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.Parent topic: Preface
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
Parent topic: Preface
Diversity and Inclusion
Oracle is fully committed to diversity and inclusion. Oracle respects and values having a diverse workforce that increases thought leadership and innovation. As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation. We are also mindful of the necessity to maintain compatibility with our customers' existing technologies and the need to ensure continuity of service as Oracle's offerings and industry standards evolve. Because of these technical constraints, our effort to remove insensitive terms is ongoing and will take time and external cooperation.
Parent topic: Preface
Related Documentation
General EJB Design and Architecture
For information about developing and deploying EJBs with WebLogic Server, see:
-
Enterprise Java Beans (EJBs) in Understanding Oracle WebLogic Server.
-
For instructions on how to organize and build WebLogic Server EJBs in a split directory environment, see Creating a Split Development Directory Environment in Developing Applications for Oracle WebLogic Server.
-
For information on programming and packaging 3.2 and earlier EJBs, see Developing Enterprise JavaBeans, Version 3.2, for Oracle WebLogic Server.
-
Deploying Applications to Oracle WebLogic Server is the primary source of information about deploying WebLogic Server applications in development and production environments.
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:
-
Enterprise JavaBeans 3.2 Specification (JSR-345) at
http://jcp.org/en/jsr/summary?id=345
-
The "Enterprise Beans" chapter of the Java EE 8 Tutorial at
https://javaee.github.io/tutorial/partentbeans.html#BNBLR
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.
Parent topic: Preface
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 type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter. |
Parent topic: Preface