Table of Contents
- Title and Copyright Information
- Preface
- 1 Understanding EJBs
-
2
Simple EJB Examples
- Simple Java Examples of 3.x EJBs
- Packaged EJB 3.2 Examples in WebLogic Server
-
Packaged EJB 3.1 Examples in WebLogic Server
- EJB 3.1: Example of a Singleton Session Bean
- EJB 3.1: Example of an Asynchronous Method EJB
- EJB 3.1: Example of a Calendar-based Timer EJB
- EJB 3.1: Example of Simplified No-interface Programming and Packaging in a WAR File
- EJB 3.1: Example of Using a Portable Global JNDI Name in an EJB
- EJB 3.1: Example of Using the Embeddable EJB Container in Java SE
- EJB 3.0: Example of Invoking an Entity From A Session Bean
-
3
Iterative Development of EJBs
- Overview of the EJB Development Process
- Create a Source Directory
- Program the Annotated EJB Class
- Program the EJB Interface
- Optionally Program Interceptors
- Optionally Program the EJB Timer Service
- Programming Access to EJB Clients
- Programming and Configuring Transactions
- Compile Java Source
- Optionally Create and Edit Deployment Descriptors
- Packaging EJBs
- Deploying EJBs
-
4
Programming the Annotated EJB Class
- Overview of Metadata Annotations and EJB Bean Files
- Programming the Bean File: Requirements and Changes From EJB 2.x
-
Programming the Bean File
- Typical Steps When Programming the Bean File
- Specifying the Business and Other Interfaces
- Specifying the Bean Type (Stateless, Singleton, Stateful, or Message-Driven)
- Injecting Resource Dependency into a Variable or Setter Method
- Invoking a 3.0 Entity
-
Specifying Interceptors for Business Methods or Life Cycle Callback Events
- Specifying Business or Life Cycle Interceptors: Typical Steps
- Programming the Interceptor Class
- Programming Business Method Interceptor Methods
- Programming Asynchronous Business Methods
- Programming Life Cycle Callback Interceptor Methods
- Specifying Default Interceptor Methods
- Saving State Across Interceptors With the InvocationContext API
- Programming Application Exceptions
- Securing Access to the EJB
- Specifying Transaction Management and Attributes
-
Complete List of Metadata Annotations By Function
- Annotations to Specify the Bean Type
- Annotations to Specify the Local or Remote Interfaces
- Annotations to Support EJB 2.x Client View
- Annotations to Invoke a 3.0 Entity Bean
- Transaction-Related Annotations
- Annotations to Specify Interceptors
- Annotations to Specify Life Cycle Callbacks
- Security-Related Annotations
- Context Dependency Annotations
- Timeout and Exceptions Annotations
- Timer and Scheduling Annotations
-
5
Deployment Guidelines for EJBs
- Before You Deploy an EJB
- Understanding and Performing Deployment Tasks
-
Deployment Guidelines for EJBs
- Deploying Standalone EJBs as Part of an Enterprise Application
- Deploying EJBs as Part of an Web Application
- Deploying EJBs That Call Each Other in the Same Application
- Deploying EJBs That Use Dependency Injection
- Deploying Homogeneously to a Cluster
- Deploying EJBs to a Cluster
- Redeploying an EJB
- Using FastSwap Deployment to Minimize Deployment
- Understanding Warning Messages
- Disabling EJB Deployment Warning Messages
- 6 Using an Embedded EJB Container in Oracle WebLogic Server
- 7 Configuring the Persistence Provider in Oracle WebLogic Server
-
A
EJB Metadata Annotations Reference
- Overview of EJB 3.x Annotations
-
Annotations for Stateless, Stateful, and Message-Driven Beans
- javax.ejb.AccessTimeout
- javax.ejb.ActivationConfigProperty
- javax.ejb.AfterBegin
- javax.ejb.AfterCompletion
- javax.ejb.ApplicationException
- javax.ejb.Asynchronous
- javax.ejb.BeforeCompletion
- javax.ejb.ConcurrencyManagement
- javax.ejb.DependsOn
- javax.ejb.EJB
- javax.ejb.EJBs
- javax.ejb.Init
- javax.ejb.Local
- javax.ejb.LocalBean
- javax.ejb.LocalHome
- javax.ejb.Lock
- javax.ejb.MessageDriven
- javax.ejb.PostActivate
- javax.ejb.PrePassivate
- javax.ejb.Remote
- javax.ejb.RemoteHome
- javax.ejb.Remove
- javax.ejb.Schedule
- javax.ejb.Schedules
- javax.ejb.Singleton
- javax.ejb.Startup
- javax.ejb.StatefulTimeout
- javax.ejb.Stateless
- javax.ejb.Timeout
- javax.ejb.TransactionAttribute
- javax.ejb.TransactionManagement
- Annotations Used to Configure Interceptors
- Annotations Used to Interact With Entity Beans
- Standard JDK Annotations Used By EJB 3.x
- Standard Security-Related JDK Annotations Used by EJB 3.x
-
WebLogic Annotations
- weblogic.javaee.AllowRemoveDuringTransaction
- weblogic.javaee.CallByReference
- weblogic.javaee.DisableWarnings
- weblogic.javaee.EJBReference
- weblogic.javaee.Idempotent
- weblogic.javaee.JMSClientID
- weblogic.javaee.JNDIName
- weblogic.javaee.JNDINames
- weblogic.javaee.MessageDestinationConfiguration
- weblogic.javaee.TransactionIsolation
- weblogic.javaee.TransactionTimeoutSeconds