Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Using OIG in Enterprise JavaBean (EJB) Environments    : Overview

Overview
What Is an Enterprise JavaBean?
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.
How Does Object Integration Gateway Support Enterprise JavaBeans?
Object Integration Gateway provides the following components for building EJB applications:

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved