What are Enterprise JavaBeans?
- "Enterprise JavaBeans are a proposed new API for the Java Platform,
used for building scalable, distributed, component-based, multi-tier
applications."
[java.sun.com]
- EJB are more complex than regular JavaBeans, and are used more to
handle applications for business transactions.