Develop > Business logic layer
Develop the business logic layer using the BOD command framework
Business layer can be designed and programmed using the BOD programming model introduced in WebSphere Commerce v6 Feature Pack 3.0.1. This command framework revolves around using Business Object Documents, and the Java representation of those objects, logical service data objects.
- Work with WebSphere Commerce service modules
WebSphere Commerce service modules contain the definitions for the nouns, generated code, and other information about the services that are supported. That is, a service module is a collection of related business objects for some business purpose.
- Develop BOD Get services
The Business Object Document Get processing pattern describes the design pattern used to searching for and retrieve data.
- Develop BOD Process, Change, and Sync services
Developing BOD Process, Change, and Sync services follow a common pattern.
- Deploy customizations made using the BOD command framework and the data service layer
Deploying customizations to the data service layer to a production server is handled using WebSphere Application Server deployment.