BEA Logo BEA WebLogic Portal Release 4.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   WebLogic Portal Documentation   |   JSP Commerce and Campaign   |   Previous Topic   |   Next Topic   |   Contents   |   Index

What Is the JSP Commerce and Campaign Tour?

 

BEA WebLogic Portal includes a set of commerce templates that you can use to set up your e-commerce Web site quickly. This tour leads you through many of the templates to demonstrate their scope and design. The tour makes use of sample data that simulates an e-commerce Web site. An easy way to get started is to follow along with this tour document, working through the suggested steps to get familiar with the templates.

The templates consist of JavaServer Pages (JSP) and image files. You can modify the template layout and the order in which the product presents pages without requiring Java programming skills. Other lower-level modifications, such as changing the default business logic, require Java programming skills.

If you are not familiar with JSP or the basic product concepts, we recommend that you read the remaining topics in this section:

 


About the Product Licenses and This Tour

Three types of product licenses are available that affect which features of the Campaign services, Commerce services, and WebLogic Personalization Server software you can use:

During the product software installation, all components are installed. However, your license file is checked at run-time to determine which features you can use. This tour documentation shows a sample Web application that was executing while using the full Campaign services license.

Important: If you are licensed for Commerce services only, you will see almost all of the features shown in chapters 2 through 6 of this tour. The exception is that you will not see the campaign-related features, such as the "Experience a Campaign!" top ad banner and the "Register Now and save $10..." side banner. These ads are associated with sample campaigns. In chapters 2 through 6 of this document, the focus of the descriptions is on the commerce features. The campaign features, how they were defined in the E-Business Control Center client tool, and what was added in the JSP templates, are described in A Sample Campaign.

The sample Web application shown in this tour cannot be run if you have the WebLogic Personalization Server only license. There is a separate tour document for WebLogic Personalization Server users; see the Personalization Server Tour."

For information about how the license file is configured on your system, see the "Post-Installation Considerations" chapter of the Installation Guide.

 


About JSP

JavaServer Pages (JSP) are text files that contain well-formed HTML and special tags (JSP tags) that, when served by a Java-enabled Web server, extend the capabilities of HTML. With Campaign services and Commerce services, you use JSP tags to provide dynamic content in specific areas of a Web page and to create an interface for exchanging data with your customers.

For a description of JSPs and the JSP tags that the product provides, refer to the following documents:

For more information about JSPs, refer to http://download.oracle.com/docs/cd/E13222_01/wls/docs61/javadocs/index.html and http://java.sun.com/products/jsp/index.html.

 


About the Database Schemas

Commerce services include schemas for both Cloudscape and Oracle databases. The schemas support all transactions that are available from the Commerce services JSP templates. For more information, refer to the following topics:

Note: When you install WebLogic Server, it sets up an evaluation copy of the Cloudscape DBMS. If you want to use a Cloudscape database for your production Web site, you must purchase your own copy of the Cloudscape DBMS. If you want to use an Oracle database, you must purchase and install an Oracle platform that WebLogic Portal supports. For more information, see the Installation Guide and the Deployment Guide.

About the Sample Database

By default, WebLogic Portal is configured to use the Cloudscape DBMS. When you install WebLogic Portal, it creates and populates a sample Cloudscape database. The sample data simulates an e-commerce Web site that sells tools and miscellaneous hardware.

If you want to configure WebLogic Portal to use an Oracle platform and create and populate a sample Oracle database, see the instructions in the Deployment Guide.

 


About Tax Calculation

To calculate the amount of sales tax due, WebLogic Portal provides an API that lets you integrate with a tax service vendor. If you want to use the tax API for your production Web site, you must also set up your own account with a tax service vendor. With the account you can download updated data files, which contain information about tax requirements for all tax jurisdictions in the United States and selected other countries. For more information, see Taxation Services" in Guide to Managing Purchases and Processing Orders.

 


About Payment Processing

To verify and post credit card transactions, WebLogic Portal provides a payment API that lets you integrate with a payment vendor. If you want to use the payment API for your production Web site, you must also set up your own account with a payment vendor. By default, the integration with a payment vendor is disabled. You can complete purchases with the integration disabled, but WebLogic Portal does not send data to a payment vendor.

For more information about the payment API, see "Payment Services" in Guide to Managing Purchases and Processing Orders.

 

back to top previous page next page