Next >

 

Tutorial: Customizing Web 2.0 and Web services to support personalization

Customizing Web 2.0 and Web services to support personalization of order items using overlays

 

Learning objectives

This tutorial is designed to show you the steps involved in extending the OrderItem noun of the Web services architecture to include new information. Overlays will be used to transfer the new order information from the example Web2.0 store to WebSphere Commerce where it will persist to the database. In this tutorial, you will customize the shopping flow to allow the customer the ability to keep track of engraving information for an order item. After this customization, a customer will have an option to engrave items in their shopping cart that can be engraved. For example, wine glasses will have the option to be engraved, with the shopper specifying the size and font of the text. You will learn the development steps that are common to extending the noun using overlays, as well as using access beans to persist and retrieve the new data.

 

Time required

Expect this tutorial to take about 4 hours to complete.

 

Audience

This tutorial is intended for advanced WebSphere Commerce Store developers who are responsible for creating new business logic.

 

Prerequisites

Before beginning this tutorial ensure that you have:

Knowledge prerequisites To complete this tutorial you should be familiar with the following terms and concepts:

  1. WebSphere Commerce Developer

  2. An understanding of the Java programming language.

  3. A basic understanding of the database type used in your WebSphere Commerce development environment.

  4. A basic understanding of JSP pages.

  5. A basic understanding of EJB beans.

  6. A basic understanding of Access beans.

  7. A basic understanding of XML.

 

Lessons in this tutorial