© Copyright IBM Co rp. 2002. All rights r eserved. 257
Chapter 11. Light weight XML-based
Enterprise Application
Chapter eleven provides an another approach to develop an XML based
Enterprise application without Enterprise JavaBean. Application Developer has
two libraries to query and insert/update the database. The SQLToXML library is
used to perform a query and the XMLToSQL library is used to perform an insert
or update. Both libraries work with all JDBC databases such as DB2, Oracle,
Sybase, MS-SQL Server, etc. These are useful to the simple a pplication that
does not need to use Enterprise JavaBeans.
In this chapter, the following topics are described:
򐂰Architecture of light weight XML based Enterprise applications
򐂰Development of such applications using Application Developer
򐂰Deployment and testing of the solution on the Application Developer
11