Starting Multiple Applications from the Launch Fragment
You can modify the launch fragment to specify that multiple applications load when the file is executed. It allows you to specify a separate <div> element for each application so that each one is displayed in its own area on the screen.
The following provides an example of how you could create two WCC applications, launch them both from a single launch fragment, and have them interact by one application subscribing to the events of the other.
This somewhat simulates a portal environment, except that this example loads two applications within one container, rather than each application being launched within a separate portal. However, you can use this information to help you set up your portal environment.
Assumptions: We will create two applications: Accounts and AccountDetail. Accounts will display a Login dialog; it will then display the work views list when the user logs in. AccountDetail will subscribe to the single-click event of the WorkViews component in the Accounts application, causing the work item list to display in a separate area in the container when the user clicks on a work view in the work views list displayed by Accounts.