44 DCE Replacement Strategies
enterprise bean. On the server side, an instance of the desired enterprise
bean is created and the create method of that enterprise bean is invoked.
After successful completion, an object reference to the newly created bean
instance is returned to the application client. The remote stub is the client side
implementation of the bean’s remote interface.
6. In this step, the application client uses the object reference to the enterprise
bean’s remote interface to call business methods exposed in this interface.
7. A request to a method of the enterprise bean’s remote interface is not routed
directly to the corresponding enterprise bean instance, but is received by the
J2EE Application Servers container, in which the ...