- 8 -
After
covering
Chapters 4
,
5
,
6
and
7
, you will have a firm understanding of the DOM.
Knowing the details gives us all opportunity to be creative and apply our knowledge to
real world scenarios. We dedicate the remaining three chapters in the DOM part to
Scenarios.
•
Chapter 8, Internet Explorer 5 and Server-Side Scenario
:
Online Shopping Demo
.
In
this chapter we design and implement an online shopping site
that uses Internet
Explorer 5 as the client. This chapter covers important design issues by explaining
how to use XML with the server. Active Server Pages are used to implement the
server side processing for delivering catalogs and processing orders.
•
Chapter 9, Java Scenario
:
Online Shopping Demo Continued
.
In this chapter, we
extend the Online Shopping scenario by implementing a Java-based client.
•
Chapter 10, Visual Basic Scenario
:
DOMifier
.
XML is not just limited to browsers; in
this chapter, we explain how to build standalone desktop applications using the XML
DOM. In it we build a Visual Basic application called the DOMifier. We’ve used this
application throughout the book to assist you with learning and using the DOM.