An EJB project is used to organize the resources contained in an EJB module.
An EJB module is used to assemble one or more enterprise beans into a single deployable unit. It is deployed in a standard Java™ archive (JAR) file. An EJB module can be used as a standalone application, or it can be combined with other modules to create a Java EE enterprise application. An EJB module is installed and run in an enterprise bean container. An EJB project must be referenced by an enterprise application project (defined as a module in an EAR) in order to be deployed successfully and run on a server.
An EJB module contains the following:
To create a new EJB project, complete the following steps: