Bean Provider's Responsibilities: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 12:18, 1 December 2004

The Bean Provider is responsible for providing the structural information for each enterprise bean in the deployment descriptor.

The Bean Provider must use the enterprise-beans element to list all the enterprise beans in the ejb-jar file.

The Bean Provider must provide the following information for each enterprise bean:

  • Enterprise bean's name, class, remote home interface, remote interface, local home interface, local interface, web service endpoint interface, type...