Command design pattern

Transaction Server accepts requests from browser-based thin-client applications; and remote applications. For example, a request may come from a remote procurement system, or from another commerce server.

All requests, in their variety of formats, are translated into a common format by the controller layer. Once the requests are in this common format, they can be understood by WebSphere Commerce commands.

Commands implement the business rules of the site. There are two types of commands:


Related concepts
Command, view, and URL registries
Command framework
Design patterns
Display design pattern
Model-View-Controller design pattern