![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
An Enterprise JavaBean (EJB) is a Java component that ‘lives’ within an Enterprise JavaBeans container running on a server. A client program creates an instance of the component by calling the create() method of its home interface. The create() method returns the EJB component’s remote interface back to the client. The client can then access the services provided by the EJB component by calling methods on its remote interface.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |