This document provides an overview of Enterprise Java Beans (EJB) including:
- The different types of EJB components including session beans, message-driven beans, and entities.
- Session beans can be stateless, stateful, or singleton and their differences are summarized.
- How EJB components are accessed through local, remote, and no-interface views using dependency injection or JNDI lookups.
- Message-driven beans process asynchronous JMS messages.
- Transactions, persistence contexts, and resources can be managed by the EJB container through annotations.