Now that you have completed construction of the eMerged application, you will need to start it and interact with it. You will do this using JSPs (which have already been constructed and will be imported from the file system) communicating with the application installed on the WebSphere server.
The application is used by the customer to log in and retrieve information about their bank and brokerage accounts. This is done by invoking the PortalProcess inside the eMergedModule using a stand-alone reference. Note that this code does not actually authenticate a user - this is done in an optional section of this chapter.
Import the resources for adding the eMerged presentation layer