| |
| |
"XML will be used in a couple of different ways. One is for data interchange between humans and machines, such as from a Web server to a user's browser. The other is for data exchange between applications, or from machine to machine. |
| |
"In either case, you'll likely require a three-tiered architecture: a database backend; a middle-tier server, where the business logic acts on the data; and the client, where the data is displayed and processed further. The database can receive information, perhaps already XML-formatted, from multiple data sources. The middle tier can then pull together the data and publish it to the final-presentation tier." |
| |
Trisha Gorman, CNET, 10-Mar-98, http://www.cnet.com/Content/Builder/Authoring/Xml20/ |
|