Introduction
This tutorial shows developers how to render PDF applications using DB2 SQL/XML functions, WebSphere Studio Application Developer (Application Developer), and the Apache Formatting Objects Processor (FOP) project.
The tutorial shows you how to build a sample Web-based bank application using Application Developer, which will render a PDF document on the fly using DB2's SQL/XML features. The user's account information, which was entered by the user previously, will be generated in PDF format on the fly. We also go through the process of constructing SQL/XML statements and setting up the Application Developer environment for deploying and testing the application.
In part two of this tutorial, you will render the same PDF application using DB2 XML Extender.
The developers must have prior knowledge of SQL, XSLT, J2EE applications, and Apache FOP classes.
Software requirements:
- Windows 2000
- DB2 Universal Database 8.1 or above
- WebSphere Studio Application Developer 5.1.1 or above
- Apache FOP from http://xml.apache.org/fop.
This tutorial assumes that the above software is already installed and configured.

