Session Entity Tiered Architecture
No direct client reference to entity beans
- each method call on an entity bean is a remote call
- An entity bean’s interface should not encompass business processes beyond its own data
- entity beans cannot maintain client state
- simply mapped (CMP) beans cannot maintain transactional state across many rows