EJB is implemented by:
- Business Interface
- Implmentation
Key description elements:
- EJB name(class name)
- EJB JNDI name(fully qualified class name)
- EJB type(interface that class implements)
- Security and transaction information(container managed transactions)