In objectives of part1:
they said:
-----------------
# Explain and contrast uses for entity beans, entity classes, stateful and stateless session beans, and message-driven beans, and understand the advantages and disadvantages of each type.
# Explain and contrast the following persistence strategies: container-managed persistence (CMP) BMP, JDO, JPA, ORM and using DAOs (Data Access Objects) and direct
JDBC technology-based persistence under the following headings: ease of development, performance, scalability, extensibility, and security.
-----------------
http://www.sun.com/training/catalog/courses/CX-310-052.xml What's the difference between entity beans and entity classes? Entity beans is easy to understand which is the one has bad reputation in pre-EJB3.0 and is replaced by new one JPA in EJB3.0.
But what's entity classes? JPA's POJO class used in EJB3.0?
Thanks.
[ March 19, 2008: Message edited by: ETHAN Z ]