Resources

A resource is an entity that provides functionality to the applications in a Commerce Server site.

A resource is comprised of one or more Component Object Model (COM) objects that are used on the Web pages of an application to access the resource functionality. Resources include properties that are stored in the Administration database. These properties can be accessed and changed using Commerce Server Manager (and changed programmatically through the Config objects).

There are two types of resources: global resources and site resources. Third parties can develop custom global resources and site resources to work with Commerce Server. For more information, see Integrating Custom Resources.

Global Resources

Site Resources

Global Resources

Global resources are available for use by all sites.

Some global resources are created by Commerce Server Setup; others are created when you unpack a site using Commerce Server Site Packager. Only resources with global-level properties appear in Commerce Server Manager under Global Resources. Every site that uses a global resource also uses the properties that you assign to that global resource.

The following table lists and describes the global resources included with Commerce Server.

Global resource Description Installed by
Commerce Server Direct Mailer (also a Windows 2000 service) Sends personalized or non-personalized mailings to large groups of recipients. Commerce Server Setup
Predictor (also a Windows 2000 service) Adds predictive capabilities to your Web site, and builds complex analysis models that you can use to identify population segments and user trends. Commerce Server Setup
Data Warehouse Imports and manages Web site data from Web log files, Commerce Server databases, and other data sources. Commerce Server Site Packager
CS Authentication Configures the authentication and identification methods for your Commerce Server site. Commerce Server Site Packager
Profiles Creates data sources for storing profile data, and creates and stores profile definitions and properties. Commerce Server Site Packager

Site Resources

Site resources provide functionality to a specific site.

In Commerce Server Manager, global resource pointers and site resources are listed under the site. You configure the properties of a site resource at the site level. You configure global resource pointers to point to the global resource at the global level.

A resource can have all of its properties at the site level, or all of its properties at the global level, but it cannot have properties in both places.

The following table lists and describes the site resources included with Commerce Server.

Site resource Description
App Default Config Stores properties that you use to configure a site, such as currency locale and symbols, billing and payment options, privacy options, unit of measure for weight, and options for integrating with BizTalk Server.
Campaigns Connects to the database that stores data about campaigns (ads, discounts, and direct mail).
Product Catalog Connects to the database that stores catalog schema and product data.
Transactions Connects to the database that stores data for baskets and orders.
Transactions Config Connects to the database that stores data for shipping methods and rates, tax rates, state and region codes, and order status codes.

See Also

Integrating Custom Resources

Example A: Installing on a Four-Computer Clustered Configuration

Example B: Installing on a Three-Computer Non-Clustered Configuration

Managing Commerce Resources


All rights reserved.