1 | 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. |
2 | The bean provider gives the structural definition of enterprise bean. |
3 | enterprise-bean element contains the following tags: |
4 | ejb-name (mandatory) : a logical name of the enterprise bean. This name can be used to access this bean through JNDI context. |
5 | ejb-class (mandatory) : the name of Java class implementing the remote interface. |