About Calling an Enterprise Bean

See Also

Calling an enterprise bean is the process of getting a reference to the enterprise bean so that you can call its methods. To call an enterprise bean's methods, you generally need to create an instance of the bean's local or remote interface, then call methods of the interface. See Calling an Enterprise Bean for more information.

The process of calling an enterprise bean differs for Java EE 5/Java EE 6 applications and J2EE 1.4 applications.

See Also
Adding a Module to an Enterprise Application
Configuring EJB Deployment Descriptors
Defining a Business Method
Creating an Enterprise Bean
Using Service Locators

Legal Notices