Developing EJBs (continued)...Session Beans
Stateless Session Bean
- Have no internal state
- need not be passivated or activated
- Objects can be pooled to service multiple clients
Stateful Session Bean
- Have internal state
- need to handle Activation/Passivation
- One Session Bean object per client