Custom
Catalogs allow you to set up your product catalog so different
customers see different information about the products they view, or
different products altogether.
ATG Commerce run in two separate modes:
development mode: Uses derived properties so that you can preview a product catalog on a web site while you’re making changes without having to run the batch service (CatalogMaintenanceService). Development mode makes the updates incrementally so you can preview your changes throughout the development process.
Development mode overrides the definitions of certain properties in the catalog repository that are normally computed by the batch service, and these properties are derived on-the-fly. Development mode is more resource intensive than production mode because these properties have to be computed at the time they are referenced, rather than being pre-computed by the batch service.
The development mode allows you to preview the custom catalogs as you edit them.
production mode: Uses computed properties. This mode uses the properties pre-computed by the batch service, so performance is upgraded over development mode because time is no longer spent deriving the property values.
The production mode is the most efficient mode to run in when you won’t need to preview changes to the custom catalog.
ATG Commerce run in two separate modes:
development mode: Uses derived properties so that you can preview a product catalog on a web site while you’re making changes without having to run the batch service (CatalogMaintenanceService). Development mode makes the updates incrementally so you can preview your changes throughout the development process.
Development mode overrides the definitions of certain properties in the catalog repository that are normally computed by the batch service, and these properties are derived on-the-fly. Development mode is more resource intensive than production mode because these properties have to be computed at the time they are referenced, rather than being pre-computed by the batch service.
The development mode allows you to preview the custom catalogs as you edit them.
production mode: Uses computed properties. This mode uses the properties pre-computed by the batch service, so performance is upgraded over development mode because time is no longer spent deriving the property values.
The production mode is the most efficient mode to run in when you won’t need to preview changes to the custom catalog.
No comments:
Post a Comment