The bean provider gives the structural representation of beans and application assembler may take these definitions and add/change additional information to describe the application. The output of this process is in ejb-jar file ready for the deployment tool. |
The bean provider gives the structural definition of enterprise bean. |
enterprise-bean element contains the following tags: |
ejb-name (mandatory) : a logical name of the enterprise bean. This name can be used to access this bean through JNDI context. |
ejb-class (mandatory) : the name of Java class implementing the remote interface. |