"Java Beans" are used to store the data retrieved data from the database and used as a container to carry the data between the Servlets and JSPs in MVC model. A class (container) with setters and getters is used to (put) and (get) the data.
"Enterprise Java Beans" are similar to "Java Beans" with added features such as Session Management, Security, Transaction etc with the aid of different types of EJBs that are
- Session Bean
- Entity Bean
- Message Driven Beans