Samples > Sample stores > Consumer direct sample store > IBM Gift Center for the Consumer direct sample store > IBM Gift Center
Customize the Web (presentation) layer
Customize the Web or presentation layer is twofold: creating a new commerce action and extending the service interface for the gift registry.
- Create a new IBM Gift Center action
A gift registry action is a normal Struts action. For details on creating and configuring a Struts action, refer to the Apache Struts documentation. The following steps are specific to creating IBM Gift Center actions:
- Chain Struts actions and commands
You can create a wrapper action that calls other Strut actions or other controller commands.
- Extend the service interface for the gift registry
To extend the service interface:
Related concepts
Related tasks
Create a new IBM Gift Center action
Extend the service interface for the gift registry
Related reference
Chain Struts actions and commands
Overview of customizing IBM Gift Center