IBM Version 5 manual Developing the customer registration sample

Models: Version 5

1 340
Download 340 pages 15.44 Kb
Page 235
Image 235

5.The servlet invokes the XML to HTML transformation using the XSLT processor given the XSL for the target HTML. When the transformation is performed, the user can view the retrieved customer information on the Web browser.

HTML

1

XSL Servlet

2

Customer

Factory

XSLT

Processor

7

XML Data

4

Customer

3

8

6

5

HTML

Web

Browser

Customer XSL

Customer Result XSL

Customer XML

(DOM)

DB

Figure 10-3 Retrieving customer data scenario outline

10.3 Developing the customer registration sample

In order to develop this J2EE application, we divide the process into four phases:

￿Creating the Web tier

￿Development of the back-end layer, which includes the business logic (EJB) and the database schema

￿Integrating the Web tier with the back-end layer

￿Development of the client layer

Chapter 10. Development of XML-based Enterprise applications 219

Page 235
Image 235
IBM Version 5 manual Developing the customer registration sample, Retrieving customer data scenario outline