Overview

You can develop new Web applications, and customize the portal-template applications to support your mobile-banking needs. To build Web applications, you should understand the basics of Web page design and the Apache Wicket Web page framework, and have a good working knowledge of HTML formatting.

A unified Web application allows you to share page layouts and styles across multiple Web applications. All applications are consolidated into a single Web application archive file (WAR), which:
A single unified Web application allows you to use a consistent approach that is understood and shared across Web applications. For customizing Web applications, it is important to understand:
An aggregated WAR manages a single Wicket application, which defines an application sign-on page and an application home page.

Because Wicket defines an application-specific home page, the base-application home page identifies roles that are associated with the logged-in user, and redirects the user to the appropriate application home page.