Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
Web Objects : HTML mapping examples : Complex HTML mapping that includes a SmartDataObject
 

Complex HTML mapping that includes a SmartDataObject

The following figure shows the Web page generated by another sample WebSpeed application, w-custdir.w.
Figure 9. Web page generated from w-custdir.w
This Web page interacts with the Customer table of the Sports2000 database like the other examples in this section. However, it also has the ability to add or change records in the table. Moreover, it uses a SmartDataObject to define its query logic. The following sections describe these features in more detail.
* Creating a SmartDataObject
* Mapping with a SmartDataObject
* Adding code