Adding Commerce Services to an Application

You can add commerce functionality to your portal application, which adds commerce services, a commerce API, and a set of JSP tags to the portal application and portal Web project. Commerce services include catalog, order, shopping cart, tax, payment, and shipping. For technical details on the commerce services, see the WebLogic Portal Javadoc com.bea.commerce.* and com.beasys.commerce.* packages.

To add commerce to your application

  1. Open your portal application in WebLogic Workshop Platform Edition.
  2. Stop the server.
  3. In the Application window, right-click the portal application folder and choose Install-->Commerce Services. The following files, APIs, and JSP tags are added to your portal application:
  1. Install the commerce JSP tags in a portal Web Project. In the Application window, right click the portal Web project folder and choose Install-->Commerce Taglibs. The following JSP tag libraries are added:
  2. Restart the server.

To develop commerce functionality

Use the commerce APIs and JSP tags to develop commerce functionality in your portal application. See the Portal Javadoc for API details.

Related Topics

Creating Discounts

Creating Campaigns

Portal JSP Tags

Enabling Catalog Management

Creating Catalog Structure Properties

Creating User Profile Properties

Registering Custom Events

Creating Session Properties

Creating Request Properties