Customizing with the web UI framework

The Web UI Framework allows you to plug in customizations of tasks like authentication and authorization. When you customize the application, you need to write special program code that works with the interface contracts of the default installation of the application.

You can use interface contracts to customize the following tasks:
  • Authentication
  • Post authentication
  • Authorization
  • Mashup layer
  • Transaction management
  • State management
  • Localization
  • Data type handling

Customizations also use the web.xml file and the install3rdParty tool.