There's nothing wrong with creating a Manager/Service layer that's called by the
JSF Action beans. That should provide you enough separation between the business logic and
the view layer.
However, I think the traditional DAO layer is no longer necessary given Java 5 generics
and the EJB3 EntityManager.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966542#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...