In which container are the JSF Managed Beans supposed to be in? In the webcontainer or in the EJB-container?
As I understand it, the presentationslayer - which should be the webcontainer - should contain the JSF Managed Beans? The EJB-container should only contain the EJB-beans, which have the business logic and webservices? Am I right here?
I have been googling for an answer without finding anything, so hopefully I can get some help here.