We will investigate how we can build a business application that’s completely XML-enabled.
We will look at each tier of the three tier application model and discuss our options to leverage
XML in the most efficient way; not only in terms of performance, but also with respect to the
development effort and code maintenance.
The data tier is where we encapsulate all the details of data access. In our case we architect it
to interface with the rest of the application only through XML. Our data layer is going to return
query results in XML and accepts XML documents to insert them into a SQL Server 2000
database to avoid any unnecessary conversions in the business layer. But before we start studying
different approaches to architect a data access layer we give a brief overview of SQL Server’s
built-in XML support, the SQLXML library and the managed .Net classes to access SQLXML.
download
#xml
download
#xml
Comments
Post a Comment