I have created a Java EE application with an EJB module and a web module in NetBeans. The business logic resides in EJBs inside the EJB module. Is it possible for managed beans of the web module to access the EJBs inside the EJB module? How?
(JDK 1.7, Java EE 6, Glassfish 3.1.2.2, NetBeans IDE 7.2)