What are two benefits of the new EJB 3.0 model?
Session bean is a POJO managed by the EJB container.
Stateless session beans require a home interface only.
Callback methods can be defined either in the bean class itself or in a bean listener class.
All session beans and message driven beans need to have a business interface