Optional: Invoke more than one module

As already noted, the BankModule operations were not added to the eMergedModule's stand-alone references during construction. At this point, in order to properly authenticate the user, the authentication operation must be added to the stand-alone references.

In order to do that, you will open the eMergedModule wiring diagram and connect the stand-alone reference to the Bank import. That adds the Bank interface to the stand-alone reference which enables the Web application to invoke it. The Bank interface contains the authenticate method which allows us to check if a customer number and password match.

You will then import the "real" form of the JSPs and republish the application. Once the server restarts, you will launch the JSP.

Follow these tasks to invoke more than one module:

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.